htauth version 1.0.1 has been released.
http://copiousfreetime.rubyforge.org/htauth
HTAuth is a pure ruby replacement for the Apache support programs
htdigest and htpasswd. Command line and API access are provided for
access and control of htdigest and htpasswd files.
The files manipulated by HTAuth are fully compatible with those needed
for use in:
* Apache - mod_auth_digest and mod_auth_basic
* Lighttpd - mod_auth
* Nginx - auth_basic_user_file
* Any web server that uses files created by htdigest or htpasswd
{{ Changelog for Version 1.0.1 }}
== Version 1.0.1 (2008-02-06)
=== Changes
- Bugs
- fix require dependency chain
- fix gem dependency on rake
=== Release Notes
-
Look at ‘htpasswd-ruby’ and ‘htdigest-ruby’ to get started.