Metadata


Name
rodauth
Version
0.9.1
Platform
ruby
Authors
Jeremy Evans
Bindir
bin
Date
2015-08-13 00:00:00 UTC
Dependencies
sequel (>= 4)
roda (>= 2)
tilt (>= 0)
rack_csrf (>= 0)
bcrypt (>= 0)
mail (>= 0)
minitest (>= 5.0.0, development)
minitest-hooks (>= 1.1.0, development)
capybara (>= 2.1.0, development)
Description
Rodauth is an authentication framework using Roda, Sequel, and PostgreSQL. It aims to provide strong security for password storage by utilizing separate PostgreSQL database accounts. Configuration is done via a DSL that makes it easy to override any part of the authentication process. Rodauth currently supports the following authentication-related features: login, logout, change password, change login, reset password, create account, close account, verify account, remember, and lockout.
Email
code@jeremyevans.net
Extra rdoc files
README.rdoc
CHANGELOG
MIT-LICENSE
Files
CHANGELOG
MIT-LICENSE
README.rdoc
Rakefile
lib/roda/plugins/rodauth.rb
lib/roda/plugins/rodauth/base.rb
lib/roda/plugins/rodauth/change_login.rb
lib/roda/plugins/rodauth/change_password.rb
lib/roda/plugins/rodauth/close_account.rb
lib/roda/plugins/rodauth/create_account.rb
lib/roda/plugins/rodauth/lockout.rb
lib/roda/plugins/rodauth/login.rb
lib/roda/plugins/rodauth/logout.rb
lib/roda/plugins/rodauth/remember.rb
lib/roda/plugins/rodauth/reset_password.rb
lib/roda/plugins/rodauth/verify_account.rb
spec/migrate/001_tables.rb
spec/migrate_password/001_tables.rb
spec/rodauth_spec.rb
spec/views/layout.str
spec/views/login.str
templates/change-login.str
templates/change-password.str
templates/close-account.str
templates/confirm-password.str
templates/create-account.str
templates/login.str
templates/logout.str
templates/remember.str
templates/reset-password-email.str
templates/reset-password-request.str
templates/reset-password.str
templates/unlock-account-email.str
templates/unlock-account-request.str
templates/unlock-account.str
templates/verify-account-email.str
templates/verify-account-resend.str
templates/verify-account.str
Homepage
https://github.com/jeremyevans/rodauth
Licenses
MIT
Rdoc options
--quiet
--line-numbers
--inline-source
--title
Rodauth: Authentication Framework for Roda/Sequel/PostgreSQL
--main
README.rdoc
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
2.4.5
Specification version
4
Summary
Authentication Framework for Roda/Sequel/PostgreSQL
Has rdoc
true
Original platform
ruby
New platform
ruby