node-oauth2-server icon indicating copy to clipboard operation
node-oauth2-server copied to clipboard

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js

Results 112 node-oauth2-server issues
Sort by recently updated
recently updated
newest added

hi: How do you design the Authorization Server and the Resource Server ? How does the Resource Server tell who the user is? How do you verify the accessToken?

As I read through the docs at: https://oauth2-server.readthedocs.io/en/latest/model/spec.html#getrefreshtoken-refreshtoken-callback I see that this function is expected to return an object, however it can dispatch a callback, and along with the callback...

Hello, I'm considering using this to provide an OAuth server using an /etc/shadow file as backend for the user directory, and in_memory or json file to persist tokens. If I...

Hi, On **dev** branch there is a bug with implicit flow which has been added recently. Actually when I create model with _implicit_ value only into grants property I've got...

Hi all! I don't understand something and need your help... First step of my oAuth processus should be to "authorize" third-party app with the `authorize` method. Isn't it? How to...

Is there anyway to get back the username once a user is authenticated ? I.e can you suggest a mechanism to do this ?

docs

Stemming off [a discussion](https://github.com/thomseddon/node-oauth2-server/pull/203#issuecomment-180231825) from PR #203, the question on whether the library should include authentication via the Password grant by default. To me this presents several problems: From the...

enhancement
needs PR
v3

Hi I have a use case to use the Request object inside my Model. Is this possible?

https://github.com/thomseddon/node-oauth2-server/blob/b36a06b445ad0a676e6175d68a8bd0b2f3353dbf/lib/grant.js#L158 why do we have a colon (`:`) in the regex for the grant type?