Hi Phoebe,
Take a look at the below mendix blog for Autologin with deeplink
https://medium.com/mendix/mendix-autologin-with-deeplink-1c8fa92873a8
Hope it helps!!!
I would advice against the application itself providing the remember-me function. Anyway you implement this, is a security breach. That goes for any of the solutions and suggestions that you have read so far, and in the future.
The third parties suggested by Lennart are therefor a more viable alternative, since they do actually authenticate the user. Downside is that you have to rely on a third-party.
If you don’t want that, then your only alternative is handle it client-side. Like using the browser’s password-storage. Or a password-tools like keepass, which has nice ways of logging when arriving at your login-page.
Normally the browser should be able to handle the autofilling of credentials. Some managed browsers however don’t allow this for security reasons.
There are several alternatives you could consider, to name a few: