Declare as a web application in oauth client registration

It is, even if the password grant isn't restricted to that, but if ever
the authorization code flow is implemented, it'll be correct.
This commit is contained in:
Kim Alvefur
2025-06-03 18:18:15 +02:00
committed by Matthew Wild
parent 60e663316b
commit 9474238dee

View File

@@ -472,6 +472,7 @@ class ProsodyClient:
"redirect_uris": [
"https://{}/login_result".format(current_app.config["SNIKKET_DOMAIN"])
],
"application_type": "web",
"grant_types": ["password"],
"response_types": [],
"token_endpoint_auth_method": "client_secret_post",