feat: demo application

This commit is contained in:
2026-09-10 13:33:58 +02:00
parent e12694bf0a
commit 355aab7f6f
13 changed files with 1494 additions and 569 deletions
+5 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@janishutz/oidc-login-sdk",
"name": "oidc-express-demo",
"version": "1.0.0",
"description": "Simple, limited wrapper on top of passport for oidc authentication, used by my FOSS projects",
"description": "Simple example of OIDC using express",
"keywords": [
"oidc",
"auth"
@@ -18,21 +18,16 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/cors": "^2.8.19",
"cors": "^2.8.6",
"express": "^5.2.1",
"express-session": "^1.19.0",
"openid-client": "^6.8.8",
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.2"
"express-openid-connect": "^3.4.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/express": "^5.0.6",
"@types/express-session": "^1.19.0",
"@types/node": "^22.20.2",
"@types/openid-client": "^3.1.6",
"@types/passport": "^1.0.17",
"@types/passport-openidconnect": "^0.1.3",
"eslint": "^10.10.0",
"eslint-plugin-vue": "^10.11.0",
"globals": "^17.12.0",