switchit-conseil / nestjs-oauth2-server-module

OAuth2 Server for NestJS
MIT License
71 stars 33 forks source link

No `authorization code` grant strategy #11

Open huxulm opened 4 years ago

huxulm commented 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?

rcaceiro commented 3 years ago

The only reason to not use this is because authorization is mandatory to me