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

update to new scopes

This commit is contained in:
Jehiah Czebotar
2014-08-07 16:16:39 -04:00
parent 715656de2a
commit 98fb800de4
2 changed files with 40 additions and 43 deletions

@ -5,9 +5,9 @@ import (
"fmt"
"log"
"net"
"os"
"net/http"
"net/url"
"os"
"strings"
)