Merge remote-tracking branch 'origin/main'

This commit is contained in:
Tracker-Friendly 2024-05-04 18:50:55 +01:00
commit 1f39df281d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

@ -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"]
} }