FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. naughtly.keller
    3. Topics
    N
    • Profile
    • Following 2
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 5
    • Controversial 0
    • Groups 0

    Topics created by naughtly.keller

    • N

      Support for alternative search engines

      General Discussion
      • • • naughtly.keller
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      joshuaJ

      @naughtly-keller,

      I don't disagree that there is a layer of complexity that can come with elastic depending on your configuration. If you would like, you could log a feature request to have the search libraries that you mentioned reviewed for inclusion into future iterations of FusionAuth. I took a look and they seemed very interesting; I appreciate you mentioning it.

      In the meantime, if you haven't yet, you can check out the container repo and its search section. There are some pre-configured search settings to be found there.
      https://github.com/FusionAuth/fusionauth-containers/tree/master/kubernetes/services.

      We also have a helm repo that has been very active.
      https://github.com/FusionAuth/charts

      Also, I assume you are running a container orchestration service like K8's but if you are using just docker, then you can run this command and have elastic up and running within a single docker container (related link)

      curl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml && curl -o .env https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/.env && docker-compose up

      Finally, you can check out the installation guides for additional assistance and context.

      https://fusionauth.io/docs/v1/tech/installation-guide/cluster/ https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-search/ https://fusionauth.io/docs/v1/tech/installation-guide/docker/ https://fusionauth.io/docs/v1/tech/installation-guide/server-layout/

      ES does give you the benefits of powerful queries that can be run from right within FusionAuth Admin UI or via the API. I have seen firsthand how this can really help you as your Monthly Active Users projects upwards and you have more data to sort and consume.

      I hope this helps!

      Thanks,
      Josh

    • N

      FusionAuth + NextAuth refresh tokens

      Q&A
      • • • naughtly.keller
      14
      1
      Votes
      14
      Posts
      6.9k
      Views

      joshuaJ

      @naughtly-keller or @sander

      Not sure if one of you were the creator of this?

      https://next-auth.js.org/providers/fusionauth

      or if not, at the very least I wanted to pass along the additional info that is now available 🙂

      Thanks,
      Josh