OAuth2
OAuth2 copied to clipboard
url encoding optional?
trafficstars
Hello,
Is it possible to make the URL Encoding used before performing base64 encoding of client_id and client_secret, as optional?
This is creating a problem in a case where the client id has a @ and it is being encoded to %40 and the server is not able to authenticate.
Have you tried setting a different encoding, as discussed in #165 ?
Here's the setting: https://github.com/p2/OAuth2/blob/master/Sources/Base/OAuth2ClientConfig.swift#L76