ryanmk54

Results 2 comments of ryanmk54

Related issue: https://github.com/spree/spree/issues/10865

The auth url here https://github.com/markbates/goth/blob/master/examples/main.go#L250 needs to be called with a state param. The callback url, here https://github.com/markbates/goth/blob/master/examples/main.go#L233 will be called with the same state param.