/Auth

Python FastAPI implementation for creating a basic CRUD API with JWT authentication. It also provides API access based on role (User|Admin). This app also includes the implementation of two factor authentication, which allows users to login with a one-time pin rather than a password.

Primary LanguagePython

Stargazers