# Авторизация и аутентификация

**Ссылки:**

[Fastapi users документация](https://fastapi-users.github.io/fastapi-users/latest/)

[Role-based authentification](https://app-generator.dev/docs/technologies/fastapi/rbac.html)

**Подготовка проекта**

```
python -m venv --system-site-packages env
python -m pip install fastapi uvicorn
```