fix oauth
This commit is contained in:
@@ -773,7 +773,14 @@ export class AuthGrpcController {
|
||||
}
|
||||
|
||||
@GrpcMethod('OAuthCoreService', 'Authorize')
|
||||
authorize(command: { userId: string; clientId: string; redirectUri: string; scope: string; state?: string }) {
|
||||
authorize(command: {
|
||||
userId: string;
|
||||
clientId: string;
|
||||
redirectUri: string;
|
||||
scope: string;
|
||||
state?: string;
|
||||
nonce?: string;
|
||||
}) {
|
||||
return this.oauthCore.authorize(command);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user