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
More complete HTTP error logging
This commit is contained in:
@ -6,8 +6,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func validateToken(p Provider, access_token string,
|
||||
header http.Header) bool {
|
||||
func validateToken(p Provider, access_token string, header http.Header) bool {
|
||||
if access_token == "" || p.Data().ValidateUrl == nil {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user