liviuignat / heimdall

NodeJS OAuth2 Service Implementation
1 stars 0 forks source link

Add scopes filtering based on existing scopes #33

Closed liviuignat closed 7 years ago

liviuignat commented 7 years ago

Add basic logic to validate oauth scopes.

To investigate for the future, google uses url based scopes, investigate why. Eg: https://developers.google.com/identity/protocols/googlescopes

RaulTsc commented 7 years ago

LGTM. 👍