mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
500 B
20 lines
500 B
{
|
|
"name": "wikijs-discord-oauth2",
|
|
"version": "1.0.0",
|
|
"description": "Supports using Discord as a SSO source, and allows the administrator to configure discord groups that are required for authentication.",
|
|
"main": "authentication.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"wikijs",
|
|
"discord",
|
|
"sso"
|
|
],
|
|
"author": "Tom Dakan",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"discord-oauth2": "^2.11.0"
|
|
}
|
|
}
|