how possible is it to use dreamfactory and implement a login page for my web app that uses dreamfactory.
- DF syncs users from Active Directory
- User input email address into login form
- Web app passes the email address to DF, checks it is a valid user, creates a ‘session’ that last for 1 hour, then generate a 1 time login URL (maybe with JWT embed in the url string), finally send this generated URL to the user email
- User clicks on link in the email and is logon to the web app.
Possible? How?