https://github.com/teamofroman/fastapi-cookies-auth
Аутентификация пользователя через куки в FastAPI
https://github.com/teamofroman/fastapi-cookies-auth
auth authentication authorization cookie cookies fastapi middleware
Last synced: about 2 months ago
JSON representation
Аутентификация пользователя через куки в FastAPI
- Host: GitHub
- URL: https://github.com/teamofroman/fastapi-cookies-auth
- Owner: teamofroman
- Created: 2024-11-22T20:52:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T21:00:33.000Z (over 1 year ago)
- Last Synced: 2025-06-07T01:04:16.766Z (about 1 year ago)
- Topics: auth, authentication, authorization, cookie, cookies, fastapi, middleware
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Аутентификация пользователя через куки в FastAPI
Пример демонстрирует механизм аутентификации черрез куки в FastAPI
# Ссылки
- [FastAPI Middleware](https://fastapi.tiangolo.com/tutorial/middleware/)
- [FastAPI Advanced Middleware](https://fastapi.tiangolo.com/advanced/middleware/)
- [Starlette Authentication](https://www.starlette.io/authentication/)
- [OAuth2 with Password (and hashing), Bearer with JWT tokens](https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/)