Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Stop generating refresh_tokens #1654
Conversation
richvdh
added some commits
Nov 28, 2016
richvdh
assigned
NegativeMjark
Dec 1, 2016
| @@ -386,8 +386,8 @@ def _create_registration_details(self, user_id, params): | ||
| """ |
|
We might want to remove the refresh_tokens database table at somepoint, but fitting that into the schema upgrade process might be subtle given that there are background updates run against that table. So lets leave that for another PR so that it can be reviewed properly. |
|
Other than the stale docstring LGTM. |
yeah, I came to exactly the same conclusion. |
richvdh commentedNov 25, 2016
•
edited
Refresh tokens are dead, so let's stop trying to generate new ones.