Open huxulm opened 4 years ago
Hello, thanks your great work! I have seen the code and found you have implement three types of grant.
export * from './client-credentials.strategy'; export * from './refresh-token.strategy'; export * from './password.strategy';
Have you planed to add authorization code strategy?
authorization code
The only reason to not use this is because authorization is mandatory to me
Hello, thanks your great work! I have seen the code and found you have implement three types of grant.
Have you planed to add
authorization code
strategy?