Parse verifies the given cookie with the secret key and returns login and expiration time extracted from the cookie. If the cookie fails verification or is not well-formed, the function returns an error. Callers must: 1. Check for the returned error and deny access if it's present. 2. Check the r
(cookie string, secret []byte)
source not stored for this graph (policy: none)