mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-12 20:48:31 +08:00
Initial commit
This commit is contained in:
13
src/services/auth/__init__.py
Normal file
13
src/services/auth/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
认证服务模块
|
||||
|
||||
包含认证服务、JWT 黑名单等功能。
|
||||
"""
|
||||
|
||||
from src.services.auth.jwt_blacklist import JWTBlacklistService
|
||||
from src.services.auth.service import AuthService
|
||||
|
||||
__all__ = [
|
||||
"AuthService",
|
||||
"JWTBlacklistService",
|
||||
]
|
||||
Reference in New Issue
Block a user