simplifying the auth and creating strict separation

This commit is contained in:
2025-09-09 06:38:37 +02:00
parent bd7109e31b
commit 1b36a94034
16 changed files with 335 additions and 287 deletions

View File

@@ -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