mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Bump version 10.2.1 → 10.3.0
Improvements
------------
* Ensure the reset password token can be used only once.
* Change JWT access token structure to use standard `sub` claim instead of `user_id`.
* ⚠ Existing JWT will be invalidated
* Change verify and reset password tokens structure to use standard `sub` claim instead of `user_id`.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Ready-to-use and customizable users management for FastAPI."""
|
||||
|
||||
__version__ = "10.2.1"
|
||||
__version__ = "10.3.0"
|
||||
|
||||
from fastapi_users import models, schemas # noqa: F401
|
||||
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
|
||||
|
||||
Reference in New Issue
Block a user