Autocomplete Login Credentials

Apologies if this has been discussed, but I couldn’t find a reference to it on the forum. I’m trying to implement something more akin to native apps, especially on iOS devices during login. For security and update purposes, I want users to be logged out after a specified interval of time (2-3 days.) I accomplished this by setting a “Last Login” property on their User collection and the app asks a conditional that will force logout if it’s past the specified timeframe.

What I’d like to do is have their credentials (username, password) autofill on the login screen so they can easily log back in without having to remember their password. iOS generally accomplishes this with face detect, but even if that’s not possible, is there a way to remember the information and have it ready to go?

Thanks for any advice!

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