Remember me feature security

I’m trying to gain an understanding of what security measures I would have to implement when adding a remember me feature that allows the user to be logged in automatically when making subsequent visits to the website.

Only storing an auth token to local storage and setting a conditional to check it’s existence seems a little risky. What else do I have to think about when implementing a remember me feature in Bubble?

This topic was automatically closed after 70 days. New replies are no longer allowed.