oauth2orize icon indicating copy to clipboard operation
oauth2orize copied to clipboard

OAuth 2.0 authorization server toolkit for Node.js.

Results 79 oauth2orize issues
Sort by recently updated
recently updated
newest added

Does this module work with restify? Any example? A client must obtain permission from a user before it is issued an access token. This permission is known as a grant....

Is querying your client collection and validating secrets necessary as in the password grant example [here](https://github.com/jaredhanson/oauth2orize/blob/master/examples/all-grants/oauth2.js#L102-L103)? It was my understanding that passport would validate the secret, and `deserializeClient` method would...

how can implement new exchange policy with mobile number and security pin instead of username and password

tell me if I forgot to update a message

Because oauth2 can be used for sso strategy

I know this is not in the spec, but this is the easiest way to implement support for it. Also it could be useful for others. The only other solution...

If the `grant_type` parameter is missing in the request, the token middleware will return with a `501` header with the following body: ``` { error: 'unsupported_grant_type', error_description: 'Unsupported grant type:...

Are you planning adding support for OAuth 2.0 Device Profile (http://tools.ietf.org/html/draft-recordon-oauth-v2-device-00) any time soon? Regards, Nils