First commit
This commit is contained in:
parent
bd4b2cf51c
commit
df471d4a35
6 changed files with 245 additions and 340 deletions
34
package.json
Normal file
34
package.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "nodebb-plugin-sso-saml",
|
||||
"version": "0.0.1",
|
||||
"description": "NodeBB SAML SSO",
|
||||
"main": "library.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml.git"
|
||||
},
|
||||
"keywords": [
|
||||
"nodebb",
|
||||
"plugin",
|
||||
"saml",
|
||||
"simple saml2 php",
|
||||
"sso",
|
||||
"single sign on",
|
||||
"registration"
|
||||
],
|
||||
"author": {
|
||||
"name": "Alberto Asuero",
|
||||
"email": "alberto.asuero@geographica.gs"
|
||||
},
|
||||
"license": "gpl2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml/issues"
|
||||
},
|
||||
"readme": "# NodeBB SAML SSO\n\nNodeBB Plugin that allows users to login/register via a account.\n\n## Installation\n\n npm install nodebb-plugin-sso-saml\n",
|
||||
"readmeFilename": "README.md",
|
||||
"dependencies": {
|
||||
"passport-saml": "~0.5.3"
|
||||
},
|
||||
"homepage": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml.git",
|
||||
"_id": "nodebb-plugin-sso-saml@0.0.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue