Like a Password

Hello
I developed an application where, when connecting, the user must enter a code, subject to password, so that he can access the information of his account, the app, profile, etc.
I know that Glide apps are not android or Iphone apps and the keep password feature is not possible.
Mias how would it be possible to do something similar by memorizing this code on the smartphone to avoid the user having to re-enter it at each connection?
Anyone have any ideas?
Thank you all

Make a user-specific Boolean column.
When user enters the password for the first time, check this Boolean to true.
Then when the user opens the app again, the Boolean will still be true

Do your users still sign in to Glide the normal way? If so, do you use Row Owners?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.