adding passwordless login to a wordpress page?
-
OK. I am back to trying to get setup to allow users to login to my app from my wordpress page. From my POV, they just need to enter their email address in a form built into the wordpress page, and FA will send them an email with a link to login, pretty much a standard passwordless. The question is how to hook up wordpress to a small app which talks to FA? Any pointers are appreciated?
-
This post is deleted! -
@richb201 I haven't done this myself, but I think that @hopper-jerry has written something up. Might be worth reading:
https://blog.jerryhopper.com/2020/05/23/fusionauth-wordpress/
I am not sure that uses passwordless, but if you are using the OIDC plugin and the hosted login pages, wordpress shouldn't care about the credentials (whether it is a username/password or passwordless link).
-
Thx Dan, I read it. It might be more trouble than it is worth. I am thinking a link from landing page to the initiation of the passwordless might do the trick, although i do need the users to register (both for fa and for me).
<a href="http://localhost:9011/oauth2/register?client_id=f603697d-41ea-4c53-xxxx-e935d5e34221&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%2Findex.php%2FConfigure%2Fcampaign_management_with_actions">Register</a>