Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
1f39df281d
|
@ -2,3 +2,4 @@ config.ini
|
||||||
database.db
|
database.db
|
||||||
burgerauth
|
burgerauth
|
||||||
.idea
|
.idea
|
||||||
|
keys/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"authorization_endpoint": "https://auth.hectabit.org/login",
|
"authorization_endpoint": "https://auth.hectabit.org/login",
|
||||||
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
||||||
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
||||||
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks",
|
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks.json",
|
||||||
"response_types_supported": ["code"],
|
"response_types_supported": ["code"],
|
||||||
"subject_types_supported": ["public"]
|
"subject_types_supported": ["public"]
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue