Compare commits
	
		
			2 Commits
		
	
	
		
			v1.0.23
			...
			6851467d46
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6851467d46 | |||
| aceb53efe9 | 
| @@ -28,7 +28,7 @@ var config = oauth2.Config{ | |||||||
| 	Scopes:       []string{"email", "openid", "profile", "user.read"}, | 	Scopes:       []string{"email", "openid", "profile", "user.read"}, | ||||||
| } | } | ||||||
|  |  | ||||||
| var sessionStore = sessions.NewCookieStore([]byte("xDDBjhYwyndZty3exGNq2ahE8wHRCR4DfdCJCSoWXAYncfWw2UQDH63QcJ9CkrGx")) | var sessionStore = sessions.NewFilesystemStore("", []byte("xDDBjhYwyndZty3exGNq2ahE8wHRCR4DfdCJCSoWXAYncfWw2UQDH63QcJ9CkrGx")) | ||||||
|  |  | ||||||
| func init() { | func init() { | ||||||
| 	// Register the oauth2.Token type with gob | 	// Register the oauth2.Token type with gob | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user