External Login

0
I would like to know how I can have a login page similar to sprintr and the mendix site outside mendix. I would like to have the front application built with Wordpress and then provide a login feature to the application. I know that its javascript based and it has been used several times. But does anyone have a package/code/explanation of how this is done. Thanks
asked
1 answers
1

In sprintr, we just use the deeplink module for that, and restyled the login.html (which you can find in the resources/deeplink folder)

answered