Jabolol / raven

See your friends BeReals without posting and more!
https://raven.deno.dev/
MIT License
12 stars 2 forks source link

refresh_token not working anymore #5

Closed CrazyTim71 closed 9 months ago

CrazyTim71 commented 9 months ago

Hi,

I've been using raven for about a month now and really like it :D

However, since ~one week I noticed that I have to login every 24 hours. This was not the case before. I suspect they have changed something with the refresh_token. I would be grateful if you could take a look.

Thanks!

Jabolol commented 9 months ago

Hello! Thanks for pointing that out, it just has been fixed by 6d3d3145e70d8752164505b9258f60fdf832064f and it is on production already.

The problem was that I changed the /api/refresh endpoint to match another way of creating an idToken that did not work, and I did not revert it back to the original.