deno.land / x / oauth4webapi@v1.2.2 / docs / variables / skipStateCheck.md
• Const
skipStateCheck: typeof skipStateCheck
DANGER ZONE
Use this as a value to validateAuthResponse expectedState
parameter to skip the state
value check. This should only ever be done if you use a state
parameter value that is integrity
protected and bound to the browsing session. One such mechanism to do so is described in an I-D
draft-bradley-oauth-jwt-encoded-state-09.
It is expected you'll validate such state
value yourself.
Version Info