lib/example/app.rb in omniauth_llx-0.0.11 vs lib/example/app.rb in omniauth_llx-0.0.12

- old
+ new

@@ -15,10 +15,10 @@ # server-side flow get '/server-side' do # NOTE: You would just hit this endpoint directly from the browser in a real app. The redirect is just here to # explicit declare this server-side flow. - redirect '/auth/facebook' + redirect 'http://auth.cibplus.com' end # client-side flow get '/client-side' do content_type 'text/html'