mirror of https://github.com/requarks/wiki
parent
1b66420689
commit
e76d518041
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"name": "wikijs-discord-oauth2",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "wikijs-discord-oauth2",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "AGPL-3.0-or-later",
|
||||||
|
"dependencies": {
|
||||||
|
"discord-oauth2": "^2.11.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {}
|
||||||
|
},
|
||||||
|
"node_modules/discord-oauth2": {
|
||||||
|
"version": "2.11.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/discord-oauth2/-/discord-oauth2-2.11.0.tgz",
|
||||||
|
"integrity": "sha512-pIbgXm498f7vqNd8/7JwoLd36YMFOFASSJdqyCGdwQpaG7ULHu9nLyifpVXI1b88xvNLqQwqugS8jxkn8Ypd1Q=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue