feat: verify oidc bearer tokens and jit-provision users

This commit is contained in:
Bastian Wagner
2026-08-17 14:54:42 +02:00
parent 7ca4bd9cf7
commit 5abc7cbe29
14 changed files with 294 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
export * from './oidc-discovery.service';
export * from './oidc-auth.guard';
export * from './auth.module';