deploy code

This commit is contained in:
NishantRajputRN
2026-05-19 18:08:06 +05:30
parent e886bddfd1
commit 44d3f015fe
45 changed files with 5072 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "oidc-authentik-demo",
"private": true,
"scripts": {
"dev:frontend": "npm run dev --prefix frontend",
"dev:backend": "npm run dev --prefix backend",
"install:all": "npm install --prefix frontend && npm install --prefix backend",
"check:oidc": "node scripts/check-oidc.mjs"
}
}