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

    Best posts made by sander

    • RE: How do you make FusionAuth use Public IP on EC2?

      Hey If you are running on a VM in AWS its important to do a few things,

      Best would be to set up a webserver or loadbalancer to proxy and do SSL termination to your fusionauth instance.

      The webserver would run on port 80 and 443, All non SSL requests would need to be redirected to 443. Then you let the webserver proxy and forward all headers to your fusionauth instance on the port where you have fusionauth running.

      As for development mode, you can set this with an environment variable on the server check https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/ out for more info on this.

      Hope it helps and cheers!

      posted in Q&A
      S
      sander
    • RE: advice for multi tenant single SaaS app.

      I think we can close this one as we are picking it up in https://fusionauth.io/community/forum/topic/1011/fusionauth-nextauth-refresh-tokens/5

      posted in Q&A
      S
      sander
    • RE: FusionAuth + NextAuth refresh tokens

      @naughtly-keller Good one,

      We are currently building an app on the same stack.

      For user management we have written triggers and functions between hasura and fusionauth to keep the userdata in fusionauth up to date, we have also written all login, refresh and create user actions in hasura and functions.

      If you want I can take you trough a tour...... and show you how we unified everything behind our Hasura gateway.

      There is one issue we are currently working on before our stack is complete. The ability to use organizations. Maybe we can Collab on it and we will gladly share our code with you. @robotdan if @naughtly-keller wants to opensource the stack we are more than willing to contribute. We do have one issue in our implementation tho. And a little inspiration from your side would go a long way.

      in our case all user management, syncing, login and other ops are executed by directly talking to our GQL endpoint( Hasura) this is all in working order. But we need to add organizations in the mix. We have an issue finding how we can leverage Fusionauth for this.

      Ohh a preview test version of our app is available on https://thisisfashion.tv 😉

      posted in Q&A
      S
      sander