UNPKG

nodebb-plugin-sso-oidc

Version:

NodeBB Plugin that allows users to login/register via their OpenID Connect account.

29 lines (28 loc) 642 B
{ "name": "nodebb-plugin-sso-oidc", "version": "1.0.21", "description": "NodeBB Plugin that allows users to login/register via their OpenID Connect account.", "main": "library.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/Alexkin2609/nodebb-plugin-sso-oidc" }, "keywords": [ "OpenID", "SSO", "NodeBB", "oidc" ], "author": "Alexkin Skywalker", "license": "ISC", "dependencies": { "openid-client": "^3.12.2", "passport-openidconnect": "0.0.2" }, "nbbpm": { "compatibility": "^1.7.1" } }