Versions in this module Expand all Collapse all v0 v0.3.6 Jun 14, 2023 Changes in this version + func FindToken(r *http.Request, findTokenFns ...func(r *http.Request) string) (string, error) + func TokenFromCookie(r *http.Request) string + func TokenFromHeader(r *http.Request) string + func TokenFromQuery(r *http.Request) string