Wannabe oauth implementation

This commit is contained in:
bel
2019-10-20 12:59:50 -06:00
commit 6dc2e074fb
11 changed files with 548 additions and 0 deletions

6
const.go Normal file
View File

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