Nordine

Results 7 comments of Nordine

I made a client as Confidencial with a redirect url to http://localhost/ and running it on an AWS inststance and it looks like monzo.json has a refresh token, I generate...

@muyiwaolu Any luck replicating it? I've created a new confidential client and I got the same issue today

@streetpunkpl Hi, yes I've figured out a way around it, I'll post my fix later today

@streetpunkpl Essentially in auth.py (https://github.com/muyiwaolu/monzo-python/blob/dev/monzo/auth.py) the way it requests tokens is wrong. I've had a look at the API documentation and it needs to be some thing like: ```` def...

@streetpunkpl Happy to help! let me know if it works for you