You've already forked snikket-web-portal
Declare use of no response types, since password grant uses none
Needless restriction removed in https://hg.prosody.im/prosody-modules/rev/ef81c67e1ae7
This commit is contained in:
committed by
Matthew Wild
parent
ea75d8e832
commit
770d05c72c
@@ -473,7 +473,7 @@ class ProsodyClient:
|
||||
"https://{}/login_result".format(current_app.config["SNIKKET_DOMAIN"])
|
||||
],
|
||||
"grant_types": ["password"],
|
||||
"response_types": ["code"],
|
||||
"response_types": [],
|
||||
"scope": " ".join([SCOPE_RESTRICTED, SCOPE_DEFAULT, SCOPE_ADMIN]),
|
||||
"software_version": _version.version,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user