FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Adjust cache timing for application when using the Login API #2557

Closed robotdan closed 7 months ago

robotdan commented 7 months ago

Adjust cache timing for application when using the Login API

Description

In development or similar testing configurations, you may create an application and immediately use this applicationId on the Login API.

In these conditions you may need to pause to wait for this applicationId to be available to the Login API. Ideally you would not need to introduce a pause in testing like this.

Also, ensure that the Login Ping API will return a validation error correctly when the applicationId is invalid.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Release notes

Improve performance with rapid application creation and subsequent login. This is primarily useful during testing.

robotdan commented 7 months ago

Internal: