oauth2-proxy/pkg/validation
Joel Speed 285c65a2d4
Add tests for cookie validation
This also removes the check for the decoded from the valid secret size
check. The code was unreachable because encryption.SecretBytes will only
return the decoded secret if it was the right length after decoding.
2020-07-05 09:17:28 +01:00
..
cookie.go Add tests for cookie validation 2020-07-05 09:17:28 +01:00
cookie_test.go Add tests for cookie validation 2020-07-05 09:17:28 +01:00
logging.go Integrate HealthCheck middleware 2020-06-14 21:05:17 +01:00
options.go Move CookieOptions validation to it's own file 2020-07-05 09:17:28 +01:00
options_test.go Add tests for cookie validation 2020-07-05 09:17:28 +01:00