1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00

Migrate to oauth2-proxy/oauth2-proxy

This commit is contained in:
Joel Speed
2020-03-29 14:54:36 +01:00
parent 4cdedc8f50
commit 802754caad
73 changed files with 310 additions and 311 deletions

View File

@ -11,8 +11,8 @@ import (
"strconv"
"strings"
"github.com/pusher/oauth2_proxy/pkg/apis/sessions"
"github.com/pusher/oauth2_proxy/pkg/logger"
"github.com/oauth2-proxy/oauth2-proxy/pkg/apis/sessions"
"github.com/oauth2-proxy/oauth2-proxy/pkg/logger"
)
// GitHubProvider represents an GitHub based Identity Provider