-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monzo now requires redirect_uri #12
Comments
My bad, didn't see config. |
Wait, I'm a little bit lost, so did it work? : -) When did you see that error? On |
I did get it to work yes, Basically you can't have a custom redirect uri if you install via pip.. you need to edit the config.py to put in your own redirection uri.. If they don't match you get the above error. |
Hm. I'd be OK with making it configurable via an environment variable, which I think makes sense. I'll go ahead and open an issue for that. |
OK, so this is now possible in v0.11.0 : ) |
As per Monzo docs https://monzo.com/docs/#acquire-an-access-token
They now require a redirect URI,
pip installed version error code
oauthlib.oauth2.rfc6749.errors.InvalidClientIdError: (invalid_request) The supplied redirect_uri is different from the one used to issue this code
The text was updated successfully, but these errors were encountered: