sample/auth_server.rb in net-http-digest_auth-1.2 vs sample/auth_server.rb in net-http-digest_auth-1.2.1
- old
+ new
@@ -14,10 +14,9 @@
config = {}
config[:Realm] = 'net-http-digest_auth'
config[:UseOpaque] = false
config[:AutoReloadUserDB] = false
- config[:Algorithm] = 'MD5'
passwd_file = Tempfile.new 'net-http-digest_auth'
passwd_file.close
htpasswd = WEBrick::HTTPAuth::Htpasswd.new passwd_file.path