FrankHassanabad / Oauth2orizeRecipes

OAuth2 security recipes and examples based on OAuth2orize
MIT License
375 stars 97 forks source link

Fixes invalid access token which returns from refresh token. #68

Closed yunusd closed 6 years ago

yunusd commented 6 years ago

Because validate.refreshToken method returns raw refresh token instead of clientID, userID and Scope, When a client request to new access token with using refresh token, it were return invalid access token.

FrankHassanabad commented 6 years ago

Sorry for the delay on this one. This looks great. Accepting the PR