I’m using my Bubble app’s API to log users in to a mobile app, then storing their token and using it for subsequent user API requests. However, when I attempt to log the user out through the API, it does seem to log them out (it returns nothing if I try to send back current user’s name, email, etc.) but the token itself is still working. Shouldn’t the token be revoked when the user logs out?
I am able to workaround this easily by just setting the stored token to null, but it seems like unexpected behavior for the token to keep working. Any ideas?
Thanks!