authentication

This commit is contained in:
Bastian Wagner
2024-09-13 21:14:09 +02:00
parent c00aad559d
commit b4a5f04505
65 changed files with 1140 additions and 77 deletions

View File

@@ -6,7 +6,14 @@ DATABASE_HOST=localhost
DATABASE_PORT=3306
MYSQL_ROOT_PASSWORD=kjsdahflöijsdiu
# SECURITY
# SSO
SSO_TOKEN_URL=https://sso.beantastic.de/api/authorize
SSO_VERIFY_URL=https://sso.beantastic.de/api/verify
SSO_REDIRECT_URI=
SSO_CLIENT_SECRET=
SSO_CLIENT_ID=
# SECURITY
JWT_SECRET=
JWT_EXPIRES_IN=10m