Releases: caravancoop/rest-framework-auth-toolkit
Releases · caravancoop/rest-framework-auth-toolkit
Upgrade notes for v0.11
Upgrade notes for v0.10
Python 3 is required!
If you were using str(apitoken)
or equivalents to get the auth token
in headers, you have to use apitoken.key
now.
Upgrade notes for v0.9
The facepy dependency is now optional. Depend on rest-framework-auth-toolkit[facebook] to have it automatically installed.