Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop) - Python Django API service (services/api) - Deployment scripts and docs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .services.jwt_service import decode_jwt, issue_jwt
|
||||
|
||||
__all__ = ["decode_jwt", "issue_jwt"]
|
||||
Reference in New Issue
Block a user