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 Dec 1, 2021. It is now read-only.
We either need the incoming request context from which is received through the Verify(token, clientIP string) function (or perhaps a struct containing context, token, and clientIP) or we need to have the DefaultVerifier receive a context as part of its construction and then pass that along with each request to the Google servers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We either need the incoming request context from which is received through the
Verify(token, clientIP string)
function (or perhaps a struct containingcontext
,token
, andclientIP
) or we need to have theDefaultVerifier
receive a context as part of its construction and then pass that along with each request to the Google servers.The text was updated successfully, but these errors were encountered: