# fastapi-jwt-auth2 **Repository Path**: yazutang/fastapi-jwt-auth2 ## Basic Information - **Project Name**: fastapi-jwt-auth2 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI JWT Auth #### 安装依赖包 ```bash pipenv install tortoise-orm[aiomysql] pydantic[email] pyjwt passlib[bcrypt] pipenv install fastapi-mail python-decouple ```