oauthjs / node-oauth2-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
https://npmjs.org/package/oauth2-server
MIT License
4.02k stars 931 forks source link

Support implicit flow? #410

Open jackieju opened 7 years ago

jackieju commented 7 years ago

Hi,

Does this support implicit flow? I found one topic of 2016 here saying already support implicit flow. But code about implicit flow seems not in current code. Anybody know how to do implict flow based on this wonderful project ?

Thanks !

Jackie

KingRial commented 7 years ago

There is a pull still waiting to be integrated, which should handle implicit grant flow

See: https://github.com/oauthjs/node-oauth2-server/pull/271

mjsalinger commented 7 years ago

The PR still needs to be rebased against the latest master. If anyone wants to take that on, I can review/merge in.