You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-15 00:15:00 +02:00
Rename CookieOptions to Cookie
This commit is contained in:
@ -26,7 +26,7 @@ import (
|
||||
// Validate checks that required options are set and validates those that they
|
||||
// are of the correct format
|
||||
func Validate(o *options.Options) error {
|
||||
msgs := validateCookieOptions(o.Cookie)
|
||||
msgs := validateCookie(o.Cookie)
|
||||
|
||||
if o.SSLInsecureSkipVerify {
|
||||
insecureTransport := &http.Transport{
|
||||
|
Reference in New Issue
Block a user