Must run oauth from same subdomain but no longer use query params

This commit is contained in:
bel
2019-12-31 11:20:37 -07:00
parent f7c111bd2f
commit 168c230771
4 changed files with 61 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
package oauth2
const (
COOKIE = "BOAuthZ"
REDIRECT = "BOAuthZ-Redirect"
NEWCOOKIE = "NewBOAuthZ"
COOKIE = "BOAuthZ"
REDIRECT = "BOAuthZ-Redirect"
)