add authentik

This commit is contained in:
Morten Olsen
2025-07-30 13:42:25 +02:00
parent dd1e5a8124
commit 523637d40f
27 changed files with 59686 additions and 340 deletions

View File

@@ -16,9 +16,8 @@
// Best practices
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
// "noUncheckedIndexedAccess": true,
// "noImplicitOverride": true,
// Some stricter flags (disabled by default)
"noUnusedLocals": false,