FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. kasir-barati
    3. Best
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 49
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by kasir-barati

    • RE: Custom registration for user, and use registration response (and token) to continue process with this logged user

      Not sure exactly if this is what you need but probably you can implement your own backend app to communicate with FusionAuth however you see fit. Just like what I did here in NestJS. Then in my react app I have a normal form and then sends an HTTP request to my backend endpoint. So in other word I am not using startLogin helper function.

      Yes, I know it is not angular. But just to light your creativity I thought it is a good idea too look at it from a different perspective.

      BTW I appreciate it if you could give my repo a star if it did help you.

      posted in General Discussion
      K
      kasir-barati
    • How can I configure a fusionauth docker image from scrach using only terraform

      I tried to have a fusionauth instance up and running with docker compose file as the official doc stated here. but the only problem with that is that I do not wanna use kickstart.json to configure my fusionauth. And then I realized that without a apiKey my terrafrom resources cannot do anything since they will get a connection refused since they do not have any apiKey, so what can I do?

      Is there any kind of docker env or java env to pass to the container while creating it to create the api key automatically while creating container.

      Here you can find more context

      posted in Q&A
      K
      kasir-barati