added keycloak integration, user endpoints, env file

This commit is contained in:
2026-04-23 20:19:39 +03:00
parent 86eee49c43
commit 54de86fac8
13 changed files with 476 additions and 70 deletions

4
.env.template Normal file
View File

@@ -0,0 +1,4 @@
KEYCLOAK_URL=http://auth.example.com
KEYCLOAK_REALM=quant_sim-realm
KEYCLOAK_CLIENT_ID=quantum-backend
KEYCLOAK_CLIENT_SECRET=!!!REPLACE_ME