fastapi-template/src/auth/utils.py

4 lines
78 B
Python
Raw Normal View History

2026-05-13 15:09:59 +01:00
"""
Non-business logic reusable functions and classes for the auth module
2026-06-15 09:45:55 +01:00
"""