nodebb-plugin-login-jwt
Version:
Example plugin for login with jwt
12 lines • 302 B
JSON
{
"id": "nodebb-plugin-login-jwt",
"url": "https://github.com/subji/nodebb-plugin-login-jwt.git",
"library": "./library.js",
"hooks": [
{ "hook": "filter:router.page", "method": "addMiddleware" },
{ "hook": "static:user.loggedOut", "method": "doLogout" }
],
"scripts": [
"./scripts.js"
]
}