mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 23:44:24 +01:00
simplifying the auth and creating strict separation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Plugin Security and Authentication Service
|
||||
Handles plugin tokens, permissions, and security policies
|
||||
"""
|
||||
import jwt
|
||||
from jose import jwt
|
||||
import hashlib
|
||||
import secrets
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user