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

    Topics created by johnmiller

    • J

      Unsolved Fusionauth with Pgbouncer

      Q&A
      • • • johnmiller
      2
      1
      Votes
      2
      Posts
      817
      Views

      danD

      Hiya @johnmiller ,

      FusionAuth uses Hikari to handle connection pooling. I'm not familiar with how they interact, but this SO answer seemed useful: https://stackoverflow.com/questions/56581582/hikaricp-apache-dbcp2-and-pgbouncer

      If you are using PgBouncer, then you definitely don't need HikariCP around.

      But unfortunately, FusionAuth can't be configured not to use HikariCP.

      Can you explain why you need pgbouncer and how that's helping you?

    • J

      Unsolved Error 403 with Nginx in front

      Q&A
      • • • johnmiller
      17
      2
      Votes
      17
      Posts
      13.3k
      Views

      danD

      @mark Awesome!

    • J

      Unsolved FusionAuth community version for a commercial system

      Q&A
      • • • johnmiller
      3
      1
      Votes
      3
      Posts
      989
      Views

      danD

      Also, we just updated the pricing page to make it clearer that the Community edition can be used with commercial applications.

    • J

      Unsolved How to send files as attachments with an Email?

      Q&A
      • • • johnmiller
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      danD

      @johnmiller I do not believe that is supported. We only support text and HTML templates, not attachments.

      You could include a link in your template to the file. Perhaps that will solve your problem.

      If it doesn't, please add a feature request detailing your use case: https://github.com/fusionauth/fusionauth-issues/issues

    • J

      Solved Get user object or user's email using verificationId

      Q&A
      • • • johnmiller
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      joshuaJ

      Hi @johnmiller

      One option might be to use a webhook and take action based on this event.

      https://fusionauth.io/docs/v1/tech/events-webhooks/events/user-email-verified/

      Thanks,
      Josh

    • J

      Unsolved Provide from_address with send_email API

      Q&A
      • • • johnmiller
      4
      0
      Votes
      4
      Posts
      2.6k
      Views

      joshuaJ

      @johnmiller --

      That sounds good!

      Feel free to log an issue if you would like to see this supported in the future.

      https://github.com/FusionAuth/fusionauth-issues/issues/new/choose

      Thanks,
      Josh
      FusionAuth