Skip to content
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

feat: save refresh token for social account #385

Closed
wants to merge 6 commits into from

Conversation

robertwt7
Copy link

@robertwt7 robertwt7 commented Mar 12, 2022

at the moment when front end is sending refresh_token, dj-rest-auth does not forward this to allauth social account class, thus it is not saved and there is no way for backend to refresh token.

This PR fixes that issue so that refresh token is saved in allauth

fixes #364

@iMerica iMerica closed this Mar 22, 2022
@iMerica
Copy link
Owner

iMerica commented Mar 22, 2022

Feel free to maintain a fork if that suits your use case. PRs that attempt to rename this package are not welcome.

Repository owner locked as resolved and limited conversation to collaborators Mar 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How do you save google refresh token?
2 participants