Add openid connect plugin
This commit is contained in:
24
peertube-plugin-auth-openid-connect/package.json
Normal file
24
peertube-plugin-auth-openid-connect/package.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "peertube-plugin-auth-openid-connect",
|
||||
"version": "0.0.1",
|
||||
"description": "Add OpenID connect support to login form in PeerTube.",
|
||||
"engine": {
|
||||
"peertube": ">=2.2.0"
|
||||
},
|
||||
"keywords": [
|
||||
"peertube",
|
||||
"plugin",
|
||||
"auth"
|
||||
],
|
||||
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-auth-openid-connect",
|
||||
"author": "Chocobozzz",
|
||||
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
||||
"library": "./main.js",
|
||||
"staticDirs": {},
|
||||
"css": [],
|
||||
"clientScripts": [],
|
||||
"translations": {},
|
||||
"dependencies": {
|
||||
"openid-client": "^3.15.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user