rodauth

https://rubygems.org/gems/rodauth
https://github.com/jeremyevans/rodauth
Rodauth is Ruby's most advanced authentication framework, designed to work in all rack applications. It's built using Roda and Sequel, but it can be used as middleware in front of web applications that use other web frameworks and database libraries. Rodauth aims to provide strong security for password storage by utilizing separate database accounts if possible on PostgreSQL, MySQL, and Microsoft SQL Server. Configuration is done via a DSL that makes it easy to override any part of the authentication process. Rodauth supports typical authentication features: such as login and logout, changing logins and passwords, and creating, verifying, unlocking, and resetting passwords for accounts. Rodauth also supports many advanced authentication features: * Secure password storage using security definer database functions * Multiple primary multifactor authentication methods (WebAuthn and TOTP), as well as backup multifactor authentication methods (SMS and recovery codes). * Passwordless authentication using email links and WebAuthn authenticators. * Both standard HTML form and JSON API support for all features.

Total

Ranking: 6,142 of 196,721
Downloads: 1,056,403

Daily

Ranking: 3,405 of 196,694
Downloads: 1,368

Depended by

RankDownloadsName
7,156725,567rodauth-rails
7,919598,441rodauth-model
12,172229,121rodauth-omniauth
12,663210,364rodauth-oauth
16,061131,773rodauth-i18n
19,81591,068osso
21,84677,661rodauth-pwned
40,34832,263rodauth-tools
44,62728,244rodauth-become_account
51,73023,078rodauth-select-account
101,6858,438rodauth-openapi
138,6954,683authtown
174,4962,653omniauth_openid_federation
174,5762,648rodauth-guest
180,1402,257rodauth-json
187,8041,140rodauth-pat

Depends on

RankDownloadsName
141,294,745,029minitest
42810,251,651jwt
44791,007,275tilt
51762,162,861mail
121413,143,043bcrypt
145357,839,824capybara
375139,174,970rotp
416128,926,468rqrcode
77973,958,320sequel
1,21240,026,135webauthn
1,72521,416,831roda
2,00115,314,683minitest-hooks
3,3364,542,207argon2
3,5933,797,588rack_csrf
8,838462,502minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans