django-oauth-toolkit v1.0.0 Release Notes

Release Date: 2017-06-07 // almost 7 years ago
    • ๐Ÿ†• New feature: AccessToken, RefreshToken and Grant models are now swappable.
    • ๐Ÿ†• #477: New feature: Add support for RFC 7662 (IntrospectTokenView, introspect scope)
    • Compatibility: Django 1.10 is the new minimum required version
    • Compatibility: Django 1.11 is now supported
    • Backwards-incompatible: The oauth2_provider.ext.rest_framework module has been moved to oauth2_provider.contrib.rest_framework
    • #177: Changed id field on Application, AccessToken, RefreshToken and Grant to BigAutoField (bigint/bigserial)
    • โšก๏ธ #321: Added created and updated auto fields to Application, AccessToken, RefreshToken and Grant
    • #476: Disallow empty redirect URIs
    • ๐Ÿ›  Fixed bad url parameter in some error responses.
    • ๐Ÿ›  Django 2.0 compatibility fixes.
    • The dependency on django-braces has been dropped.
    • ๐Ÿ“Œ The oauthlib dependency is no longer pinned.