You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed signing key validation to avoid issues when validating tokens between potential API crashes.
This fixes issues when you are running the API and some access tokens are sent to client applications.
If the API crashes or becomes unavailable for some time, it needs to be restarted. Once the application restarts, the signing configuration will be the same. This way, tokens sent before the API restart are still valid.
On previous implementations, there was an issue with the signing key, and tokens became invalid after API restarts.