aboutsummaryrefslogtreecommitdiff
path: root/server/auth/provider.go
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-06-06 00:31:15 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-06-06 00:31:15 +0100
commitf456753248612222ad9bb6f3de74b7e28771470e (patch)
treecded438fa95419b615ac5c0aeb98e9c3f0dba7dc /server/auth/provider.go
parenta52d19e9e78d08643ffd4aee0483515d8bae2939 (diff)
Save oauth 'state' identifier in the client
Diffstat (limited to 'server/auth/provider.go')
-rw-r--r--server/auth/provider.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/auth/provider.go b/server/auth/provider.go
index d7d5ed5..06dc1c9 100644
--- a/server/auth/provider.go
+++ b/server/auth/provider.go
@@ -16,7 +16,6 @@ type Provider interface {
type Session struct {
AuthURL string
Token *oauth2.Token
- State string
}
// Authorize obtains data from the provider and retains an access token that