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

    send code to verify email instead of a link?

    Scheduled Pinned Locked Moved
    Q&A
    0
    2
    603
    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.
    • M
      maximiliano.riffo
      last edited by

      Hello,
      I am testing fusionauth and trying to see the possibility of sending a verification code instead of an email with a link to verify. It's possible?

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by dan

        @maximiliano-riffo , welcome to the FusionAuth community!

        I don't understand what you are trying to do. Are you trying to verify a user's email without sending them an email? I'm not sure I understand how that would work.

        If you want to build your own verification system, you can do that.

        • Create an attribute user.data.verifiedBySMS on user creation and set it to false.
        • Send the user an SMS using any SMS provider. Include the code and a link to a page in your app.
        • When the user enters the code in the app, update user.data.verifiedBySMS to true.
        • Build your application UI to test the value of user.data.verifiedBySMS. You could also put it in a JWT.

        Maybe I misunderstand your question, though.

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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post