AutoLogin from Email through deeplink into mendix application.
0
Hi, I have a scenario where user clicks on the link in the email and redirects to mendix application which can achieved by deeplink. Now here, the user (not anonymous) should be able to login directly without entering the credentials. How can we achieve this? I found this : Create an Autologin using Deeplinks with Mendix | by QUANG NHAT TRAN | Mendix Community | Medium; But to follow this there is no auto login widget available in market place.
Best practice is to verify the user credentials as described in the marketplace, the action can be used to login the user and works the same as that described in the blog you mentioned.