An open API service indexing awesome lists of open source software.

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

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/)