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
a63264c99e
Fix
#1166
: add type hint to /users/{id} routes
2023-04-27 09:41:22 +02:00
..
__init__.py
Fix
#865
(
#866
)
2022-01-15 10:50:06 +01:00
auth.py
Revamp Transport so they always build a full Response object (
#1049
)
2023-04-27 09:32:49 +02:00
common.py
Update for httpx-oauth >= 0.10 where account_email can be None
2022-11-04 09:35:51 +01:00
oauth.py
Revamp Transport so they always build a full Response object (
#1049
)
2023-04-27 09:32:49 +02:00
register.py
Manually cast user to User schema in routes to avoid issue
#1000
2022-05-25 08:27:46 +02:00
reset.py
Put exceptions in a dedicated module to avoid circular imports
2022-05-06 13:17:22 +02:00
users.py
Fix
#1166
: add type hint to /users/{id} routes
2023-04-27 09:41:22 +02:00
verify.py
Put exceptions in a dedicated module to avoid circular imports
2022-05-06 13:17:22 +02:00