Hey y'all!
I've got an app that is using passwordless phone auth with twilio. When I call refreshToken it's sending a new OTP, that seems wrong. Perhaps I'm not getting it.
I'd expect, perhaps incorrectly, the refreshToken to give me a new valid auth token transparently as long as the refresh token hasn't expired and the user's access hasn't been revoked.
Can someone with a better handle on the supabase JWT lend some expertise?
If it's a bug I'm happy to chase it but I don't want to be PRing stuff because I'm holding it wrong.