This website requires JavaScript.
Explore
Help
Register
Sign In
python
/
fastapi-users
Watch
1
Star
0
Fork
0
You've already forked fastapi-users
mirror of
https://github.com/fastapi-users/fastapi-users.git
synced
2026-03-13 07:49:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5c48283155d7877b4ac96316ea6797f43c6adee8
fastapi-users
/
fastapi_users
/
authentication
/
strategy
History
François Voron
b18389439a
Use "sub" claim instead of "user_id" for JWT, verify and reset password tokens
2023-01-16 11:44:42 +01:00
..
db
Put exceptions in a dedicated module to avoid circular imports
2022-05-06 13:17:22 +02:00
__init__.py
Native model and generic ID (
#971
)
2022-05-05 14:51:19 +02:00
base.py
Native model and generic ID (
#971
)
2022-05-05 14:51:19 +02:00
jwt.py
Use "sub" claim instead of "user_id" for JWT, verify and reset password tokens
2023-01-16 11:44:42 +01:00
redis.py
Fix
#1043
: Add a prefix to the generated key in RedisStrategy
2022-07-23 07:53:57 +00:00