Skip to content

Oidc refresh #752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix RefreshTokenGrant modifiers
The RefreshTokenGrant modifiers now take the same arguments as the
AuthorizationCodeGrant modifiers
  • Loading branch information
nsklikas committed Jun 3, 2021
commit 5a1e7483749229e01442cfb969916a14a2078789
2 changes: 1 addition & 1 deletion oauthlib/oauth2/rfc6749/grant_types/refresh_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create_token_response(self, request, token_handler):
refresh_token=self.issue_new_refresh_tokens)

for modifier in self._token_modifiers:
token = modifier(token)
token = modifier(token, token_handler, request)

self.request_validator.save_token(token, request)

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy