Skip to content

v9.3.0

Compare
Choose a tag to compare
@frankie567 frankie567 released this 22 Mar 14:17
· 190 commits to master since this release
6ba70bd

Fixes and improvements

  • Allow to use RS256/ES256 algorithms to sign JWT. [Documentation] Thanks @jtv8 馃帀
  • Allow to customize password hash strategy and algorithms [Documentation]
    • 鈿狅笍 For SQLAlchemy (v3.0.0) and Tortoise ORM (v2.0.0), models have been updated so that the password_hash column can store longer strings. You'll likely need to perform a database migration.