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: 7,442 of 183,107
Downloads: 439,389

Daily

Ranking: 3,987 of 183,092
Downloads: 1,088

Depended by

RankDownloadsName
10,013241,793rodauth-rails
13,192142,244rodauth-model
19,11075,578osso
19,91471,013rodauth-oauth
26,20947,703rodauth-omniauth
35,50231,637rodauth-i18n
45,64122,749rodauth-become_account
61,63515,172rodauth-select-account
76,57511,068rodauth-pwned
174,5051,669rodauth-json
176,1381,285authtown
177,3541,000rodauth-guest
179,497601rodauth-openapi
180,847455rodauth-pat

Depends on

RankDownloadsName
19895,194,587minitest
36591,910,417tilt
44553,907,007jwt
45550,406,406mail
117292,886,838bcrypt
137256,382,381capybara
41088,830,464rotp
44381,682,757rqrcode
76155,219,882sequel
1,25226,254,572webauthn
1,92310,661,044roda
1,95910,037,667minitest-hooks
3,6382,465,796rack_csrf
3,6952,395,054argon2
14,292123,000minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans