I experience that using the below code and triggering my api multiple times with the same token I get alternating results for the authentication. ```csharp var requestState = await AuthenticateRequest.AuthenticateRequestAsync(context.Request, options) ```