Azard / egg-oauth2-server

:star2: OAuth2 server plugin for egg.js based on node-oauth2-server
MIT License
179 stars 45 forks source link

Is implicit grant mode supported? #36

Closed LEAFERx closed 5 years ago

LEAFERx commented 5 years ago

node-oauth2-server support implicit grant mode now, so is this plugin supported? BTW, if I want to use more than one mode, how do I define the router?

Azard commented 5 years ago

The plugin dependency "oauth2-server": "^3.0.0" , maybe need update to support new mode. Multi-mode could using different API for different router entry, reference https://github.com/Azard/egg-oauth2-server#examples

LEAFERx commented 5 years ago

Would you please update the plugin?

Azard commented 5 years ago

@LEAFERx I have time to maintain this plugin now, could you send me the details about implicit grant mode in https://github.com/oauthjs/node-oauth2-server ?