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

Attempting to use oauth2orize to setup an authorization server for authorization code grant flow with a passport local strategy. Having issues after authenticating user when attempting to validate the client....

I am trying the following.. server.authorization( function(clientID, redirectURI, done) { // access req.user here } I want to check to make sure the clientID is really accessible by the user,...

Could you clarify why the transaction id is necessary? Wouldn't it be enough to check if the user is logged in?

Allows the request to be sent back with the password exchange.

I think this is a great module and I've been using it for a while but I also think is poorly documented. The first time I tried to use it...

I have had an OAUTH server running using oath2orize for some time and use it with many different services. I now have a need for a user to select a...

The title pretty much sums it all up. A usage example would help as well. Thanks

It would be awesome if the request was returned in the password exchange so more information about the request can be used, like the IP address of the computer that...

I think its a good idea to add support for custom grant_type. This could be used to grant token from reqBody (custom parameters other than client, authorization_code). Thoughts?

Hello, I'm looking to make a serverless oauth2 implementation using AWS lambda and I was wondering if it would be possible with this package. is there anything that's stored in...