FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. tarun.verghis
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by tarun.verghis

    • T

      Unable to connect to database

      Q&A
      • • • tarun.verghis
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      V

      @tarun-verghis Ensure your database is listening on a valid IP and that you have the ability to connect to it using username/password. This is usually configured in the pg_hba.conf file and requires a line like:

      host all all 127.0.0.1/32 md5

      If you only have lines that say trust then FusionAuth won't be able to connect since it doesn't support local sockets or local connections.

    • T

      Limit user search fields

      Q&A
      • • • tarun.verghis
      3
      0
      Votes
      3
      Posts
      2.6k
      Views

      T

      @dan Gotcha! Thanks for pointing that out in the docs. I think for now I will handle limiting the search in my app's business logic because I can't justify the Elasticsearch overhead just yet - but I'll keep the option in mind. Thank you!

    • T

      No refresh token using /api/login

      Q&A
      • • • tarun.verghis
      5
      0
      Votes
      5
      Posts
      4.7k
      Views

      danD

      Glad you figured it out!

      I just filed a PR to tweak the docs to make it more clear: https://github.com/FusionAuth/fusionauth-site/pull/194