feat: SuperOAuth token introspection middleware + /api/profile route

This commit is contained in:
2026-03-14 06:40:43 +01:00
parent b771f4d1c3
commit 4f3c0e6433
3 changed files with 77 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ services:
DB_USER: ${DB_USER:-originsdigital}
DB_PASSWORD: ${DB_PASSWORD}
JWT_SECRET: ${JWT_SECRET}
SUPER_OAUTH_URL: ${SUPER_OAUTH_URL:-https://superoauth.tetardtek.com}
depends_on:
mysql:
condition: service_healthy