エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Class: Rack::Auth::OpenIDAuth
記事へのコメント1件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Class: Rack::Auth::OpenIDAuth
A class developed out of the request to use OpenID as an authentication middleware. The request w... A class developed out of the request to use OpenID as an authentication middleware. The request will be sent to the OpenID instance unless the block evaluates to true. For example in rackup, you can use it as such: use Rack::Session::Pool use Rack::Auth::OpenIDAuth, realm, openid_options do |env| env['rack.session'][:authkey] == a_string end run RackApp Or simply: app = Rack::Auth::OpenIDAuth.new