feat(death): I want to die...
This commit is contained in:
parent
33e893ec58
commit
a16852c1b9
34 changed files with 761 additions and 321 deletions
0
src/auth/extra/.gitkeep
Normal file
0
src/auth/extra/.gitkeep
Normal file
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"providers": {
|
||||
"required": [],
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"redirect_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"token_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"secret_env": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"redirect_url",
|
||||
"token_url",
|
||||
"client_id",
|
||||
"secret_env"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"providers"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#:schema ./providers-schema.json
|
||||
|
||||
[providers.42]
|
||||
token_url = "" # which url to use
|
||||
redirect_url = "" # redirect_url
|
||||
client_id = "" # the client_id for the provider
|
||||
secret_env = "" # env containing the secret for the provider
|
||||
Loading…
Add table
Add a link
Reference in a new issue