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

    ccaspanello

    @ccaspanello

    1
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ccaspanello Unfollow Follow

    Best posts made by ccaspanello

    • RE: Example Request: FusionAuth / Spring Boot / React

      @joshua After digging deeper in the code it looks like this is actually a shared configuration file between the frontend and backend (which was a little confusing). But it doesn't look like the client actually uses the secrets or apiKey which is what I didn't think was safe. So I think I am good for now. Thank you for following up with me.

      I'm understanding the Node JS side more ... I may be able to replicate this behavior in Spring Boot. If so I'll share my findings and maybe you guys can add this to your examples for future users.

      posted in General Discussion
      C
      ccaspanello

    Latest posts made by ccaspanello

    • RE: Example Request: FusionAuth / Spring Boot / React

      @joshua After digging deeper in the code it looks like this is actually a shared configuration file between the frontend and backend (which was a little confusing). But it doesn't look like the client actually uses the secrets or apiKey which is what I didn't think was safe. So I think I am good for now. Thank you for following up with me.

      I'm understanding the Node JS side more ... I may be able to replicate this behavior in Spring Boot. If so I'll share my findings and maybe you guys can add this to your examples for future users.

      posted in General Discussion
      C
      ccaspanello
    • RE: Example Request: FusionAuth / Spring Boot / React

      @joshua Thank you for your response. I looked over the examples and they don't paint the whole picture. For example the Spring Security gives a Spring Boot application to configure the backend server; but it uses Freemarker templates as static resources instead of a React Frontend. The React example on the other hand communicates to a Node server instead of Spring Boot and even then I don't know if this configuration is "safe" https://github.com/FusionAuth/fusionauth-example-react/blob/master/config.js#L4

      posted in General Discussion
      C
      ccaspanello
    • Example Request: FusionAuth / Spring Boot / React

      Is there a good example of integrating Fusion Auth with a Spring Boot Backend and ReactJS Frontend?

      posted in General Discussion
      C
      ccaspanello