Hello everyone!
I'm trying to create a custom login page with a "remember me" option for a mobile app that I'm building. To that effect, I'd like to know if any of you have accomplished this in the past. Specifically, here's the info I'm looking for:
- What do I need to do in order to customize the login page (where should I look)
- How can I hook into the default mendix login behavior (for post-processing after a user sucessfully authenticates)
- What would it take to implement the "remember me" functionality on a mobile app (and not require a user to login everytime they open the app)
I'm assuming that the lack of such rudimentary functionality in the mendix modeler is symptomatic of other (possibly more elegant) approaches? If so, could someone please point me in the right direction. TIA!