Hi all
I would like to include my bubble app into the web view of an ios/android app. What I try to achieve is that: once the user is logged in over the login form, he should stay logged in for weeks. So I have to re-login the user when the session is timed out.
My first idea was, saving the username and password locally and then sending the user id and the password as a url parameter to bubble, take this parameters and log in the user. But using the password as an url parameter isn’t very secure.
What alternatives can I use? How can I re-login a user automatically without using the a login form?