FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. ctorres
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by ctorres

    • C

      Solved Registration fields pre-fill from URL

      Q&A
      • • • ctorres
      5
      0
      Votes
      5
      Posts
      724
      Views

      danD

      @ctorres Awesome, thanks for sharing your process!

    • C

      MySQL driver is missing while upgrading to version 1.43.0

      General Discussion
      • • • ctorres
      4
      0
      Votes
      4
      Posts
      462
      Views

      C

      Thank you, this worked.

    • C

      Unsolved Avoid 'sso' and 'remember-device' cookies persistence after closing browser

      Q&A
      • • • ctorres
      4
      1
      Votes
      4
      Posts
      1.7k
      Views

      danD

      @ctorres

      Ah. There's no way to convert cookies. I mean, I guess you could proxy all FusionAuth access through an NGINX instance or something like that, in which case you'd control the cookies, but there's no setting in FusionAuth to modify the cookies. Feel free to open a feature request referencing this forum post if you feel like it'd be a good feature.

      For the present, you might be able to make a GET request against the logout endpoint in the window.close event listener.

      A bit of googling turned this up: https://stackoverflow.com/questions/6162188/javascript-browsers-window-close-send-an-ajax-request-or-run-a-script-on-win

      Let me know if you experiment and find a way to do this; I'd be interested to learn what works.