You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my project, I need to be able to have a different AccessToken and RefreshToken model. Since django-oauth-toolkit already supports configurable Application model classes, I decided to do the same for AccessToken and RefreshToken.
I've created a pull request for this feature: #252