Production-ready FastAPI starter template for building scalable APIs.
Stars
1
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
124
commits
refactor: update endpoints dependency usecase
47a8a09
chore: refactor env configurations
9048f29
feat: add logout endpoint
bc42596
feat: add refresh token endpoint
ca72f5e
feat: update login schemas
1d017ac
feat: add logout schema
ea43ac0
refactor: rename token to refresh token var
2b20f4e
feat: add refresh token schema
72336c7
feat: register logout features to command bus
3f5937d
feat: add logout policy
1176e37
feat: add logout handler
9bcce70
feat: add logout command
e4350b7
feat: register refresh token features to command bus
1770173
feat: add refresh token policy
6f32f9b
feat: add refresh token handler
a9f3494