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

    Topics created by fritzgaertner

    • F

      FusionAuth without universal Login Page?

      General Discussion
      • • • fritzgaertner
      2
      0
      Votes
      2
      Posts
      459
      Views

      danD

      Hi @fritzgaertner

      Thanks for using FusionAuth!

      A couple of things.

      You should be able to use Tailwind CSS to style the FusionAuth pages. You'll need to update your themed pages, but as I understand tailwind (based on a scan of this page) you can use it with any HTML pages, which is what the FusionAuth themed pages are. I'd suggest modifying the head helper to pull in the Tailwind generated CSS. What obstacles have you run into?

      If you don't use the hosted login pages, you're missing out on a lot of functionality and security benefits.

      But you can totally do that if it meets your needs. You can use the Login API or Password grant to directly post user credentials and get back a JWT.

      One of the benefits of using FusionAuth is that your code (other than front end code) never has to handle user credentials, so that's why we recommend the Authorization Code grant.

    • F

      Solved Express-React Example App on vServer

      Q&A
      • • • fritzgaertner
      2
      0
      Votes
      2
      Posts
      350
      Views

      F

      Fixed the problem on my own, for everyone running into this problem too. Check your redirect uri in config.js and your fusionauth dashboard.

      In my case I got redirected to:

      http://login.ruffyg.de/oauth-callback?...........

      but of course it has to redirect to my express server which is on port 9000 so:

      http://login.ruffyg.de:9000/oauth-callback?...........

    • F

      Mail with Password Reset has wrong URL

      General Discussion
      • • • fritzgaertner
      2
      0
      Votes
      2
      Posts
      520
      Views

      joshuaJ

      @fritzgaertner

      Thanks for the question - you will need to update the email template that you are sending to reflect the correct host.

      Customizations > Email Templates > Your Template

      Also, please upvote these two related issues, if they would serve to further your use case above.

      https://github.com/FusionAuth/fusionauth-issues/issues/88
      https://github.com/FusionAuth/fusionauth-issues/issues/457

      Thanks,
      Josh