removing rbac cos its not needed at all

This commit is contained in:
Priec
2026-05-17 14:58:13 +02:00
parent 35f0e7af00
commit 0bfd2f8674
17 changed files with 219 additions and 65 deletions

View File

@@ -93,7 +93,14 @@ database:
auth:
# JWT authentication
jwt:
location:
- from: Cookie
name: auth_token
- from: Bearer
# Secret key for token generation and verification
secret: A6ECni63rt2Jb00tX9Hf
# Token expiration time in seconds
expiration: 604800 # 7 days
settings:
admin_email: {{ get_env(name="ADMIN_EMAIL", default="admin@example.com") }}

View File

@@ -90,7 +90,14 @@ database:
auth:
# JWT authentication
jwt:
location:
- from: Cookie
name: auth_token
- from: Bearer
# Secret key for token generation and verification
secret: 0yWwoflcGiAhonIzhQyQ
# Token expiration time in seconds
expiration: 604800 # 7 days
settings:
admin_email: admin@example.com