django-oauth-toolkit v1.2.0 Release Notes

Release Date: 2018-06-03 // almost 6 years ago
    • Compatibility: Python 3.4 is the new minimum required version.
    • Compatibility: Django 2.0 is the new minimum required version.
    • 🆕 New feature: Added TokenMatchesOASRequirements Permissions.
    • ⚡️ validators.URIValidator has been updated to match URLValidator behaviour more closely.
    • 🚚 Moved redirect_uris validation to the application clean() method.