/authorize taking 1-3 seconds

In my application, the call to authorize (which blocks the entire application) takes 1-3 seconds

When copied as curl and executed in the command line it’s not faster

As you can see it’s all waiting on server response time. How can we debug this further?

Edit: It appears that the login flow actions are running even on silent auth. My understanding is that they aren’t supposed to be running here (they only show up in the logs until login, not silent auth)

Hey there @anselsantosa welcome to the community!

Thanks for following up with this - Login Actions do indeed run for silent auth:

Thank you! this is super helpful. We will consolidate our actions and bail out sooner

1 Like

No problem, happy to help! :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.