This project implements secure user authentication using FastAPI with JWT (JSON Web Tokens). It includes both Access Token and Refresh Token mechanisms along with password hashing for enhanced ...
一个基于 FastAPI 的起步项目模板,采用分层架构设计,使用 SQLAlchemy Core + 原生 SQL,便于快速开发高性能 Web API 服务。 FastAPI-simple-template/ ├── alembic/ # 数据库迁移 │ └── versions/ # 迁移版本 ...