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
2025-08-14 18:58:10 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fastapi-users
/
fastapi_users
/
router
History
François Voron
d184d7e90c
Fix
#609
: make behavior more consistent on request verify token
...
Now, it always returns 202 even if the user is already verified
2021-04-20 13:54:50 +02:00
..
__init__.py
Finalize user activation feature (
#439
)
2021-01-12 10:44:42 +01:00
auth.py
Fix
#515
: remove calls to deprecated user callables in internal codebase
2021-03-04 17:50:19 +01:00
common.py
Fix
#561
: Update a user with an email already existing in DB raises an error
2021-04-20 13:49:00 +02:00
oauth.py
Allow lifetime_seconds to be None to get session cookies
2021-03-19 18:19:58 +01:00
register.py
Fix
#391
: put user creation logic in a importable function
2020-11-22 09:57:03 +01:00
reset.py
Allow lifetime_seconds to be None to get session cookies
2021-03-19 18:19:58 +01:00
users.py
Fix
#561
: Update a user with an email already existing in DB raises an error
2021-04-20 13:49:00 +02:00
verify.py
Fix
#609
: make behavior more consistent on request verify token
2021-04-20 13:54:50 +02:00