jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!

Home Page:https://django-oauth-toolkit.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How we can restrict tokens based on API version

ygag-basil opened this issue · comments

How can we restrict tokens based on the API version?

Suppose we have different versions of the OAuth token generation APIs, say v1 and v2.

How can we restrict the tokens generated in v1, that are not supposed to be correct or active when used with v2?