Results 2 comments of alea12

Downgrading OmniAuth from 2.0.3 to 1.9.1 seems to do the trick. However, I don't want to downgrade this gem at the production level for security reasons. ```rb gem 'omniauth', '1.9.1'...

@JesseGuoX You saved my day! Although I had to slightly change `splitRune` like this: ```go func splitRune(x string) []string { var result []string for _, c := range strings.Split(x, "")...