We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478a354 commit d5f53f0Copy full SHA for d5f53f0
lib/ldp.js
@@ -83,6 +83,7 @@ class LDP {
83
this.proxy = '/' + this.proxy
84
}
85
86
+ debug.settings('Server URI: ' + this.serverUri)
87
debug.settings('Auth method: ' + this.auth)
88
debug.settings('Db path: ' + this.dbPath)
89
debug.settings('Config path: ' + this.configPath)
package.json
@@ -58,7 +58,7 @@
58
"node-forge": "^0.6.38",
59
"nodemailer": "^3.1.4",
60
"nomnom": "^1.8.1",
61
- "oidc-auth-manager": "^0.2.3",
+ "oidc-auth-manager": "^0.4.0",
62
"oidc-op-express": "^0.0.3",
63
"rdflib": "^0.15.0",
64
"recursive-readdir": "^2.1.0",
0 commit comments