nodebb-plugin-sso-gitlab
Version:
NodeBB Gitlab OAuth SSO
16 lines (15 loc) • 594 B
JSON
{
"id": "nodebb-plugin-sso-gitlab",
"name": "NodeBB Gitlab SSO",
"description": "NodeBB Plugin that allows users to login/register via Gitlab.",
"url": "https://github.com/srikarm/nodebb-plugin-sso-gitlab",
"library": "./library.js",
"hooks": [
{ "hook": "static:app.load", "method": "init" },
{ "hook": "static:user.delete", "method": "deleteUserData" },
{ "hook": "filter:user.whitelistFields", "method": "whitelistFields" },
{ "hook": "filter:auth.init", "method": "getStrategy" },
{ "hook": "filter:auth.list", "method": "getAssociation" }
],
"templates": "./templates"
}