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
{{ message }}
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
Had some discussion and this is what we came up with.
IsRequestValidAsync(..) will log success (debug) and failure (warning) ValidateRequestAsync(...) will log success (debug) - failure is covered by an exception GetAndStoreTokens(...) will log whether a token was reused or generated (debug)
@dougbu would like to also add logging around the decisions to generate or reuse tokens in SetCookieTokenAndHeader, GetTokens->GetTokensInternal and SetCookieTokenAndHeader. Will circle back around to it after he makes the changes to that area he's working on in #23
We should add logging
Some ideas:
Thinking warning is right for failures, because generally this is a app configuration issue.
The text was updated successfully, but these errors were encountered: