There was an error while loading. Please reload this page.
2 parents 7f00d8b + b5469cf commit 8d58e64Copy full SHA for 8d58e64
README.md
@@ -10,7 +10,7 @@ Provides strategies for authenticating to providers using the OpenID standard.
10
11
Use the strategy as a middleware in your application:
12
13
- require 'omniauth/openid'
+ require 'omniauth-openid'
14
require 'openid/store/filesystem'
15
16
use Rack::Session::Cookie
@@ -24,7 +24,7 @@ A list of all OpenID stores is available at http://github.com/openid/ruby-openid
24
25
If OpenID is one of several authentication strategies, use the OmniAuth Builder:
26
27
28
29
30
use OmniAuth::Builder do
0 commit comments