omniauth_llx 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/example/app.rb +1 -1
- data/lib/omniauth_llx/llx/version.rb +1 -1
- data/lib/omniauth_llx/strategies/llx.rb +1 -3
- metadata +1 -1
data/lib/example/app.rb
CHANGED
|
@@ -17,7 +17,7 @@ $stdout.sync = true
|
|
|
17
17
|
get '/server-side' do
|
|
18
18
|
# NOTE: You would just hit this endpoint directly from the browser in a real app. The redirect is just here to
|
|
19
19
|
# explicit declare this server-side flow.
|
|
20
|
-
redirect '
|
|
20
|
+
redirect 'http://auth.cibplus.com'
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
# client-side flow
|