FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. wwelchj
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    wwelchj

    @wwelchj

    1
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    wwelchj Unfollow Follow

    Best posts made by wwelchj

    • RE: Is it possible to use self registration service without password until user was not verified?

      I believe so (but I am far from an expert--really only getting started myself). See the API documentation at https://fusionauth.io/docs/v1/tech/apis/users#create-a-user; there's a sendSetPasswordEmail option that I think is what you would be looking for.

      posted in Q&A
      W
      wwelchj

    Latest posts made by wwelchj

    • RE: Is it possible to use self registration service without password until user was not verified?

      I believe so (but I am far from an expert--really only getting started myself). See the API documentation at https://fusionauth.io/docs/v1/tech/apis/users#create-a-user; there's a sendSetPasswordEmail option that I think is what you would be looking for.

      posted in Q&A
      W
      wwelchj
    • .NET Core Client JWT Validate returns incorrect exp/iat time

      Hello,

      I noticed that when using FusionAuthSyncClient.ValidateJWT, the ValidateResponse returned has an incorrect exp/iat date--mine show up as 1970-01-19 with 4.4 milliseconds between the two. The server is set with a 1 hour window. If the token text is pasted into jwt.io, however, the exp/iat is correct, suggesting something is happening in the ValidateResponse possibly. Is there something I'm missing?

      posted in Q&A
      W
      wwelchj