You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
doc: fix typo in function description (#2738)
This commit is contained in:
@@ -105,7 +105,7 @@ func (s *storedSessionLoader) loadSession(next http.Handler) http.Handler {
|
||||
}
|
||||
|
||||
// getValidatedSession is responsible for loading a session and making sure
|
||||
// that is is valid.
|
||||
// that it is valid.
|
||||
func (s *storedSessionLoader) getValidatedSession(rw http.ResponseWriter, req *http.Request) (*sessionsapi.SessionState, error) {
|
||||
session, err := s.store.Load(req)
|
||||
if err != nil || session == nil {
|
||||
|
Reference in New Issue
Block a user