Closing out of app requires user to log back in

When a user closes out of the app they must log back in. Is there any way to keep users logged in forever on a specific device unless they say that they want to log out?

Hey. Welcome to bubble!

This might be the reason.

Hope that helps. :+1:

Want to learn more for free? 👨🏻‍💻

Subscribe to my free tutorials at the

:clock4: NoCodeMinute on YouTube :grin:

1 Like

The work around will be using the plugin “Browser Storage” (and activate encryption option) to save on the user browser his user_name (email) and password. When loading the page, you retrieve the values from Browser Storage, and Log the user in automatically via a workflow. You need to save the password in your Bubble database to be able to retrieve it. And welcome to bubble :slight_smile:

2 Likes

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