summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2017-08-31 23:33:55 +0200
committerSheogorath2018-10-05 22:43:32 +0200
commit9f9c4089be2112bfd8a55dd2cb996c811afab898 (patch)
tree528fd1c47b3847955b97a39a22f7cc9eaa4376c6 /package.json
parent32af96aa376576d060e16a2c0ff7ed5719d24e91 (diff)
Add OpenID to CodiMD
With OpenID every OpenID capable provider can provide authentication for users of a CodiMD instance. This means we have federated authentication. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 12172639..c260b65f 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"doctoc": "doctoc --title='# Table of Contents' README.md"
},
"dependencies": {
+ "@passport-next/passport-openid": "^1.0.0",
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
"archiver": "^2.1.1",
"async": "^2.1.4",