Add debug logging to see received auth data

This commit is contained in:
Your Name
2025-08-18 12:38:15 -04:00
parent 0d0a08ad49
commit 4f1d771659
1999 changed files with 261047 additions and 9 deletions

View File

@@ -1,22 +1,20 @@
{
"type": "module",
"type": "module",
"name": "nostr-oidc-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Nostr OpenID Connect Bridge for OAuth2 authentication",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"keywords": ["nostr", "oidc", "oauth2", "authentication"],
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.10",
"express": "^5.1.0",
"jose": "^6.0.12",
"jsonwebtoken": "^9.0.2",
"nostr-tools": "^2.16.2",
"oidc-provider": "^9.4.0",
"ws": "^8.18.3"
"nostr-tools": "^2.16.2"
}
}