Added a state parameter for all OAuth requests

This commit is contained in:
Eric Perrino
2016-10-08 01:20:45 -05:00
parent 913f17ee8a
commit 81443bf8b4
2 changed files with 20 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import (
const (
SESS_KEY_USERID = "uid"
SESS_KEY_OAUTH_STATE = "state"
)
var sessionManager *session.Manager