django-oauth-toolkit v1.6.0 Release Notes

Release Date: 2021-12-19 // over 2 years ago
  • โž• Added

    • #949 Provide django.contrib.auth.authenticate() with a request for compatibiity with more backends (like django-axes).
    • ๐Ÿ‘ #968, #1039 Add support for Django 3.2 and 4.0.
    • #953 Allow loopback redirect URIs using random ports as described in RFC8252 section 7.3.
    • ๐Ÿ‘ #972 Add Farsi/fa language support.
    • โœ… #978 OIDC: Add support for rotating multiple RSA private keys.
    • #978 OIDC: Add new OIDC_JWKS_MAX_AGE_SECONDS to improve jwks_uri caching.
    • โœ… #967 OIDC: Add additional claims beyond sub to the id_token.
    • ๐Ÿ’ป #1041 Add a search field to the Admin UI (e.g. for search for tokens by email address).

    ๐Ÿ”„ Changed

    โœ‚ Removed

    • ๐Ÿšš #968 Remove support for Django 3.0 & 3.1 and Python 3.6
    • #1035 Removes default_app_config for Django Deprecation Warning
    • #1023 six should be dropped

    ๐Ÿ›  Fixed

    • #963 Fix handling invalid hex values in client query strings with a 400 error rather than 500.
    • โšก๏ธ #973 Tutorial updated to use django-cors-headers.
    • ๐Ÿ‘‰ #956 OIDC: Update documentation of get_userinfo_claims to add the missing argument.