Updated gitignore, fixed openid uri

This commit is contained in:
Tracker-Friendly 2024-05-04 17:41:43 +01:00
parent 1e797f5b5c
commit 7974b78b66
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ config.ini
database.db
burgerauth
.idea
keys/

View File

@ -3,7 +3,7 @@
"authorization_endpoint": "https://auth.hectabit.org/login",
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
"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"],
"subject_types_supported": ["public"]
}