-
-
Notifications
You must be signed in to change notification settings - Fork 58
Scope in refresh_token grant type is ignored. #104
Copy link
Copy link
Closed
Labels
backwards breaking ✂️This change will not work with the current version of the module.This change will not work with the current version of the module.compliance 📜OAuth 2.0 standard complianceOAuth 2.0 standard compliancegood first issue ✅Good for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
backwards breaking ✂️This change will not work with the current version of the module.This change will not work with the current version of the module.compliance 📜OAuth 2.0 standard complianceOAuth 2.0 standard compliancegood first issue ✅Good for newcomersGood for newcomers
While checking the compliance of the
refresh_tokengrant. I discovered that the optional scope parameter in the body is ignored.node-oauth2-server/lib/grant-types/refresh-token-grant-type.js
Lines 64 to 73 in 1b91ddc
https://datatracker.ietf.org/doc/html/rfc6749#section-6