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": [
|
2014-07-10 07:22:44 +00:00
|
|
|
{ "hook": "filter:user.delete", "method": "deleteUserData" },
|
2014-08-16 02:21:03 +00:00
|
|
|
{ "hook": "filter:auth.init", "method": "getStrategy" }
|
2014-03-19 00:04:18 +00:00
|
|
|
],
|
2014-07-22 14:03:52 +00:00
|
|
|
"minver": "0.5.0"
|
2014-02-05 17:42:49 +00:00
|
|
|
}
|