nodebb-plugin-sso-oauth/plugin.json

13 lines
474 B
JSON
Raw Permalink Normal View History

2014-01-29 16:42:06 +00:00
{
"id": "nodebb-plugin-sso-oauth",
"name": "NodeBB OAuth SSO",
"description": "NodeBB Plugin that allows users to login/register via any configured OAuth provider.",
"url": "https://github.com/julianlam/nodebb-plugin-sso-oauth",
"library": "./library.js",
"hooks": [
2017-01-09 18:48:37 +00:00
{ "hook": "static:user.delete", "method": "deleteUserData" },
2018-08-02 09:38:15 +00:00
{ "hook": "filter:user.whitelistFields", "method": "whitelistFields" },
{ "hook": "filter:auth.init", "method": "getStrategy" }
2014-11-10 18:25:45 +00:00
]
}