Skip to content

1.5.0

Latest

Choose a tag to compare

@yezz123 yezz123 released this 04 Jan 17:52
d3dcf45

Breaking Changes

  • ✨ Implement scope management features. PR #788 by @yezz123.

Features

  • ♻️ Update CI workflow and add support for Python 3.14. PR #782 by @yezz123.
  • ✨ Drop pydantic v1 & support only pydantic v2. PR #781 by @yezz123.

Fixes

  • 🐛 Improve CSRF error handling and messaging. PR #783 by @yezz123.
  • 🔧 Refactor token retrieval methods in AuthX class. PR #780 by @yezz123.
  • 🐛 Enhance CSRF token error handling and simplify token location. PR #779 by @yezz123.
  • 🐛 use refresh parameter in _get_token_from_headers(). PR #776 by @NeViNez.

Upgrades

Docs

Internal

  • ✨ Add Jinja2 template engine support documentation and examples. PR #787 by @yezz123.
  • ✨ Add dual token location pattern documentation and example. PR #786 by @yezz123.