るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.085秒)
トップページ > 種類:クラス[x] > クエリ:BasicAuth[x]

別のキーワード

  1. basicauth new
  2. basicauth realm
  3. config basicauth
  4. basicauth userdb
  5. basicauth logger

ライブラリ

検索結果

WEBrick::HTTPAuth::BasicAuth (18007.0)

HTTP の Basic 認証のためのクラスです。

...= WEBrick::HTTPAuth::Htpasswd.new('dot.htpasswd')
htpd.set_passwd(nil, 'username', 'supersecretpass')

authenticator = WEBrick::HTTPAuth::BasicAuth.new(:UserDB => htpd, :Realm => realm)
srv.mount_proc('/basic_auth') {|req, res|
authenticator.authenticate(req, res)
res.body =...

WEBrick::HTTPAuth::ProxyBasicAuth (6001.0)

プロクシの Basic 認証のためのクラスです。

プロクシの Basic 認証のためのクラスです。