Closed Nayels closed 4 years ago
OauthAuthorizationUri
https://oauth.bunq.com/auth?response_type=code&redirect_uri=redirecturi&client_id=client_id&state=state
No & that divides the client_id and state parameters resulting in incorrect hash for clientId.
&
client_id
state
clientId
The URL should be: https://oauth.bunq.com/auth?response_type=code&redirect_uri=redirecturi&client_id=client_idstate=state
https://oauth.bunq.com/auth?response_type=code&redirect_uri=redirecturi&client_id=client_idstate=state
Hi @Nayels,
Thanks for raising this issue! 🙏🏼 I see we already have a pending PR for it. This will be fixed in the upcoming release (1.14.1).
Steps to reproduce:
OauthAuthorizationUri
with stateWhat should happen:
https://oauth.bunq.com/auth?response_type=code&redirect_uri=redirecturi&client_id=client_id&state=state
What happens:
No
&
that divides theclient_id
andstate
parameters resulting in incorrect hash forclientId
.The URL should be:
https://oauth.bunq.com/auth?response_type=code&redirect_uri=redirecturi&client_id=client_idstate=state
SDK version and environment