FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • A

      I am not able to execute update user APIs, it is giving 403 everytime.

      Q&A
      • • • aman
      9
      0
      Votes
      9
      Posts
      1.5k
      Views

      joshuaJ

      @aman

      Glad, you got it working!

      Remember that CORS is a powerful tool. It's best to keep it enabled, once you nail down your configuration.

      Thanks,
      Josh

    • S

      Unsolved Get list of enabled MFA methods, with methodId

      Q&A
      • • • stephen.saucier 0
      9
      0
      Votes
      9
      Posts
      870
      Views

      danD

      @stephen-saucier-0, This was resolved in 1.36.

      https://github.com/FusionAuth/fusionauth-issues/issues/1585

    • D

      Solved Deploy FusionAuth docker image to Fly.io

      Q&A
      • • • duke
      9
      0
      Votes
      9
      Posts
      1.5k
      Views

      D

      @maciej-wisniowski That actually work

    • ?

      Unsolved Invalid JWT signature

      Q&A
      • • • A Former User
      9
      0
      Votes
      9
      Posts
      4.5k
      Views

      ?

      Thanks @joshua I'll transmit the link to our infra team. Hopefully upgrade will happen soon. Currently we use version 1.28.1, from one year ago. Do you think upgrade could affect JWT signatures ?

    • danD

      Unsolved Using react app auth and react native and getting access to the profile pages

      Q&A
      • • • dan
      9
      0
      Votes
      9
      Posts
      5.7k
      Views

      danD

      Hi @jamesbaxter . Sorry, just saw this now. I don't have the example app available. Sorry!

    • I

      Showing Error Message to User in Google Authentication

      General Discussion
      • • • it-contracts
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      I

      @mark-robustelli Yes, that is actually where I started my integration. 🙂 At this point I've been up and down the documentation. There is really no complete start to finish example. Just fragments that have the connections between them missing. 😞

    • A

      Solved newbie question on error from call to

      Q&A
      • • • anthony.hollingsworth
      9
      0
      Votes
      9
      Posts
      977
      Views

      mark.robustelliM

      @anthony-hollingsworth apologies, but I have been away from the forum for a while. Thanks for following up and am glad you found a solution. Thanks for sharing.

    • L

      Unsolved Email verification template

      General Discussion
      • • • lambert.torres
      9
      0
      Votes
      9
      Posts
      1.8k
      Views

      L

      Dealing with email verification can be a real headache. Every site wants to double-check who you are these days.

    • C

      Installing FusionAuth 1.47.1 in Docker

      General Discussion
      • • • cwkoh
      9
      0
      Votes
      9
      Posts
      2.0k
      Views

      A

      @cwkoh sorry about the limitations, could you jump on our slack and attach the whole thing? Even as a compressed file?

      https://fusionauth.io/community

      Then Join Our Slack link.

    • U

      SMTP outgoing mail server not reliable

      General Discussion
      • • • uvali
      9
      0
      Votes
      9
      Posts
      3.6k
      Views

      M

      It seems like FusionAuth's email server is acting up, even though SWAKS shows no problems with your own email server. You might want to try using other services like SMTPget or Amazon SES for sending emails through FusionAuth. Make sure your FusionAuth SMTP settings are set up correctly, and if the issue continues, contact FusionAuth support for help fixing it quickly.

    • P

      Unsolved Certain pages taking a lot of time to load and throwing an error in background after migration from 1.36.6 to 1.54.0

      Q&A
      • • • prithwhat
      9
      0
      Votes
      9
      Posts
      11.0k
      Views

      P

      @mark-robustelli Before I move to this activity, I wanted to share an observation that I made just now

      So turns out that the error that I posted doesn't turn up every time I open up one of those pages

      It occurs when I open those pages consecutively and the CPU spikes to the "requests" range

      So to give you an example:

      Click on Users -> Takes around 20s to load -> CPU Spike observed but within request range -> No error in container logs

      Click on Users -> Immediately click on Reports/Login -> Move to Reports/Registration -> CPU spikes above request range -> Error in Container logs

      So could this be a performance tuning issue?

      As for your query about the config

      Users: 7061
      Applications: 6700
      Tenants: 8200

      Fusionauth is running on GKE on an n2d-standard-8 (8 vCPU, 32 GB RAM) nodepool, I've already mentioned the resources allocated to the deployment via the helmchart in the original thread message^

    • danD

      Can I configure the inactivity timeout of the FusionAuth Session cookie?

      Q&A
      • from-slack cookies sessions inactivity faq • • dan
      8
      2
      Votes
      8
      Posts
      20.4k
      Views

      danD

      @chakshu

      Sorry, I pointed you to the incorrect setting.

      You can go to Applications > FusionAuth > Edit > JWT > Refresh Token duration

      Changing that to 1 (the value is in minutes) caused me to be signed out of the admin application after 60 seconds.

      Hope that helps.

    • J

      Email verification not working with api

      Q&A
      • • • jogiprasadpakki
      8
      0
      Votes
      8
      Posts
      1.3k
      Views

      danD

      @peter-netbal

      I would like to know whats the best / recommended practice in this case...

      I'm a former consultant, so the answer is "it depends". It depends on how many applications you have and what you are using the verified attribute for.

      There is no way to register the user and the registration in one step unless you send the emails outside of FusionAuth. You can of course update the user via the API to have verified true when someone verifies their registration, perhaps by listening to a webhook: https://fusionauth.io/docs/v1/tech/events-webhooks/events#user-registration-verified and with skipVerification set to true.

      I also wonder why you need to have both the user object and the register object set the value of verified to true. Can you have your application read just one of those values? Or are you looking to have things consistent between the two objects?

    • T

      Bulk deletion by tenantId throws error

      Q&A
      • • • twosevenxyz
      8
      0
      Votes
      8
      Posts
      993
      Views

      danD

      Ah, makes sense.

      You should be able to export the email templates via the retrieve email template API and them re-import them using the same API. It may take a bit of fiddling, but it should be possible. In fact, you may want to capture the email templates as a kickstart file for future deployment/dev envt setup ease: https://fusionauth.io/docs/v1/tech/installation-guide/kickstart

      I think we already have some issues about configuration migration, so you may want to check them out and vote for them if they convey what you'd like (please upvote them if so):

      https://github.com/FusionAuth/fusionauth-issues/issues/576 https://github.com/FusionAuth/fusionauth-issues/issues/560
    • S

      Is it possible to disable two-factor without providing the two-factor code?

      Q&A
      • • • stephen
      8
      1
      Votes
      8
      Posts
      2.3k
      Views

      danD

      No worries.

      Please upvote it if you are interested in this moving toward the front of the work queue.

    • M

      Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)

      Q&A
      • fusionauth gatsby gatsbyjs hasura kintohub • • mrstudyfirst
      8
      0
      Votes
      8
      Posts
      10.1k
      Views

      F

      yeah, pretty simple really, if you want to try it yourself before my tutorial is out, try using the hasura cloud + Auth0 tutorial on Hasura's site, and use the lessons from that to use it with fusionauth.

    • T

      Problem in SampleProject

      General Discussion
      • • • tiago.cruz
      8
      0
      Votes
      8
      Posts
      2.3k
      Views

      danD

      Did you end up getting it working, @tiago-cruz ?

    • P

      Does FusionAuth support a "Remember Me" functionality?

      Q&A
      • • • panpsonis
      8
      0
      Votes
      8
      Posts
      2.0k
      Views

      danD

      You can also view some of the back and forth between @robotdan and I on the issue I filed: https://github.com/FusionAuth/fusionauth-issues/issues/878 🙂

    • B

      Telegram bot user authentication

      Q&A
      • • • bogorad
      8
      0
      Votes
      8
      Posts
      4.2k
      Views

      danD

      Awesome. Just wanted to make sure you weren't expecting to be able to encrypt anything in the browser and keep it secret 🙂 .

    • C

      Unable to get successful EnableTwoFactor using dotnet client

      Comments & Feedback
      • • • craig.hind
      8
      0
      Votes
      8
      Posts
      6.5k
      Views

      Y

      @craig-hind I would appreciate it if you could share with us your QRCoder code snippet that solves the problem. You could email it to me ying.morris@gmail.com
      Thanking you in advance.