summaryrefslogtreecommitdiff
path: root/saml/package.json
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-15 15:09:00 +0200
committerAleš Smodiš <aless@guru.si>2015-10-15 15:09:00 +0200
commitcbc096f9cb44a7d26b4fa01a40dbba594ab339ca (patch)
tree3079dbaf60e7e60d643e66d013fc52d155eaa095 /saml/package.json
parentc8c4ca123d24757d3d3537817ba2a40849b3ca2c (diff)
Implemented minimum support for authentication via SAML with an addition of a new daemon.
TODO: python login with SAML credentials.
Diffstat (limited to 'saml/package.json')
-rw-r--r--saml/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/saml/package.json b/saml/package.json
new file mode 100644
index 0000000..f60d0a5
--- /dev/null
+++ b/saml/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "CodeQSaml",
+ "version": "0.0.1",
+ "dependencies": {
+ "bluebird": "^2.10.2",
+ "body-parser": "^1.14.1",
+ "express": "^4.13.3",
+ "log4js": "^0.6.27",
+ "xml-crypto": "^0.8.1",
+ "xmlbuilder": "^3.1.0",
+ "xmldom": "^0.1.19"
+ }
+}