Can Lock v2 for Android "Remember Me"

Is there a way to remember the user credentials in Android so that if a user closes the app, then reopens it, they don’t have to re-enter their login details?

I’m not talking about a tickbox that remembers a password (Although that too would be beneficial), I mean an actual way of storing the credentials so the lock screen doesn’t even need to show.

Thanks

Wayne

I just solved this by using a credential manager to save and validate tokens - Lock.Android: Refresh JSON Web Tokens

1 Like