Skip to content

OAuth2Proxy.fetch_access_token: Provide client secret

CodedOre requested to merge (removed):client_secret_on_access_token_fetch into master

This adds the client secret to the parameters Rest.OAuth2Proxy.fetch_access_token_async sends to the token url, as some servers, such as Mastodon, requires it to be send with the token request.

Merge request reports