zquestz / omniauth-google-oauth2

Oauth2 strategy for Google
1.47k stars 414 forks source link

Sinatra example app doesn't work #408

Closed jubishop closed 3 years ago

jubishop commented 3 years ago

have to open a new issue, couldn't find a way to reopen https://github.com/zquestz/omniauth-google-oauth2/issues/405

jubishop commented 3 years ago

I believe at the very least you need to add gem webrick to the Gemfile in examples. then it does indeed at least launch the web server successfully (puma and thin however still do not work). in any case, I made it work manually without using this gem. I suggest not closing tickets before giving the reporter a chance to respond.

zquestz commented 3 years ago

Fixed, sorry for the delay. =)