This website requires JavaScript.
Explore
Help
Register
Sign In
cardosofelipe
/
pragma-stack
Template
Watch
1
Star
0
Fork
1
You've already forked pragma-stack
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
e734acf31dcfd28f7d067dc0e06056d0ab0eea95
pragma-stack
/
backend
/
app
/
services
History
Felipe Cardoso
76d36e1b12
- **Authentication & Lifespan Updates:** Add
@asynccontextmanager
for application lifecycle management, including startup/shutdown handling and daily session cleanup scheduling. Reduce token expiration from 24 hours to 15 minutes for enhanced security. Streamline superuser field validation via schema, removing redundant defensive checks.
2025-11-02 12:38:09 +01:00
..
__init__.py
Add comprehensive test suite and utilities for user functionality
2025-03-04 19:10:54 +01:00
auth_service.py
- **Authentication & Lifespan Updates:** Add
@asynccontextmanager
for application lifecycle management, including startup/shutdown handling and daily session cleanup scheduling. Reduce token expiration from 24 hours to 15 minutes for enhanced security. Streamline superuser field validation via schema, removing redundant defensive checks.
2025-11-02 12:38:09 +01:00
email_service.py
Remove and reorder unused imports across the project for cleaner and more consistent code structure
2025-11-01 04:50:43 +01:00
session_cleanup.py
Remove unused async database and CRUD modules
2025-11-01 05:47:43 +01:00