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
In lab E6 there is a race condition in which, if additional HTTP request(s) arrive while the code is awaiting the JWT validator, it will create additional validators. This would not present a security problem but would be inefficient.
Need to cache the promise not the validator object.
The text was updated successfully, but these errors were encountered:
In lab E6 there is a race condition in which, if additional HTTP request(s) arrive while the code is awaiting the JWT validator, it will create additional validators. This would not present a security problem but would be inefficient.
Need to cache the promise not the validator object.
The text was updated successfully, but these errors were encountered: