Spaces:
Sleeping
Sleeping
| """Stateless API-key authentication, authorization, rate limiting, and auditing.""" | |
| from app.security.context import AuthContext | |
| from app.security.scopes import ALL_SCOPES, DEFAULT_ROLE_SCOPES | |
| __all__ = ["ALL_SCOPES", "DEFAULT_ROLE_SCOPES", "AuthContext"] | |