FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. hamza
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by hamza

    • H

      Unsolved Custom forgot password url without pkce parameters

      Q&A
      • • • hamza
      4
      0
      Votes
      4
      Posts
      624
      Views

      joshuaJ

      @robotdan Was able to use hosted pages to do a forgot password flow successfully both on local dev and using our local node app.

      @hamza Let us know what other variables / your workflow is so that we can attempt a recreation if necessary.

    • H

      Unsolved Fusion auth is creating 2 sessions when a single user logs in? Is this correct?

      Q&A
      • • • hamza
      3
      0
      Votes
      3
      Posts
      946
      Views

      H

      @joshua said in Fusion auth is creating 2 sessions when a single user logs in? Is this correct?:

      Depending on how you are using FusionAuth, this is normal. One of the sessions is going to be the SSO session. And the other is going to be an Application level refresh token. There could be possibly other refresh tokens present as well, depending on your use case and integration.

      Thank you for your response. However I have another question, backend is calling logout api of fusion auth by passing refresh token, now it only deletes 1 session. The other session remains and on client side user is logged in on fusion auth. Now to logout from client side I am redirecting user to fusion auth logout url to delete that remaining session. Is this intentional, if yes, then is there some other alternative?

    • H

      Unsolved pre-populate email in hosted signup form

      Q&A
      • • • hamza
      1
      0
      Votes
      1
      Posts
      342
      Views

      No one has replied

    • H

      Unsolved Help Required in Vue 3 FusionAuth Typescript Client

      General Discussion
      • • • hamza
      2
      0
      Votes
      2
      Posts
      335
      Views

      joshuaJ

      @hamza

      We have some example apps for VueJS which can be located in our documentation below

      https://fusionauth.io/docs/v1/tech/client-libraries/typescript https://fusionauth.io/blog/2020/08/06/securely-implement-oauth-vuejs#undefined

      Hope this helps!

      Thanks
      Josh