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

    Topics created by jacksontrevan

    • J

      Initial page load remove the landing page and just load the login form

      Comments & Feedback
      • • • jacksontrevan
      4
      0
      Votes
      4
      Posts
      18.1k
      Views

      mark.robustelliM

      @jacksontrevan - Let me start of by saying I am not very familiar with React applications. However, thinking about typical application flow, What would happen if the user was already logged in? Can't you get the login screen by just directing them to a secured page vs a "landing page"?

    • J

      Unsolved localhost development cookie issue

      Q&A
      • • • jacksontrevan
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      danD

      @jacksontrevan Yes, this is unfortunately a limitation of cookies.

      You could work around that by setting up a DNS alias to local.example.com (assuming FusionAuth is running remotely at auth.example.com).

      You can usually set that up by googling for local host in /etc/hosts <platform> which turns up:

      https://www.hostinger.com/tutorials/how-to-edit-hosts-file-macos https://www.manageengine.com/network-monitoring/how-to/how-to-add-static-entry.html