Skip to content

Commit

Permalink
Add device code to refresh token mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
duzumaki committed Jan 31, 2025
1 parent 232df5d commit 485d0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauth2_provider/oauth2_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"client_credentials": (AbstractApplication.GRANT_CLIENT_CREDENTIALS,),
"refresh_token": (
AbstractApplication.GRANT_AUTHORIZATION_CODE,
AbstractApplication.GRANT_DEVICE_CODE,
AbstractApplication.GRANT_PASSWORD,
AbstractApplication.GRANT_CLIENT_CREDENTIALS,
AbstractApplication.GRANT_OPENID_HYBRID,
Expand Down

0 comments on commit 485d0bd

Please sign in to comment.