From f456753248612222ad9bb6f3de74b7e28771470e Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 6 Jun 2016 00:31:15 +0100 Subject: Save oauth 'state' identifier in the client --- server/auth/provider.go | 1 - 1 file changed, 1 deletion(-) (limited to 'server/auth/provider.go') 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 -- cgit v1.2.3