Skip to content

Commit d5f53f0

Browse files
Add serverUri to startup debug, bump auth manager dep
1 parent 478a354 commit d5f53f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/ldp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class LDP {
8383
this.proxy = '/' + this.proxy
8484
}
8585

86+
debug.settings('Server URI: ' + this.serverUri)
8687
debug.settings('Auth method: ' + this.auth)
8788
debug.settings('Db path: ' + this.dbPath)
8889
debug.settings('Config path: ' + this.configPath)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"node-forge": "^0.6.38",
5959
"nodemailer": "^3.1.4",
6060
"nomnom": "^1.8.1",
61-
"oidc-auth-manager": "^0.2.3",
61+
"oidc-auth-manager": "^0.4.0",
6262
"oidc-op-express": "^0.0.3",
6363
"rdflib": "^0.15.0",
6464
"recursive-readdir": "^2.1.0",

0 commit comments

Comments
 (0)