FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    adding passwordless login to a wordpress page?

    Scheduled Pinned Locked Moved
    Blogs
    0
    4
    2.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      richb201
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • R
        richb201
        last edited by richb201

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • danD
          dan
          last edited by

          @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).

          --
          FusionAuth - Auth for devs, built by devs.
          https://fusionauth.io

          1 Reply Last reply Reply Quote 0
          • R
            richb201
            last edited by

            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>
            
            1 Reply Last reply Reply Quote 1
            • First post
              Last post