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,911 of 186,938
Downloads: 619,890

Daily

Ranking: 5,054 of 186,929
Downloads: 674

Depended by

RankDownloadsName
8,631389,738rodauth-rails
9,985282,526rodauth-model
15,741115,916rodauth-omniauth
18,01091,631rodauth-oauth
19,36681,475osso
23,15461,932rodauth-i18n
34,33835,727rodauth-pwned
45,49624,568rodauth-become_account
57,36517,918rodauth-select-account
156,9383,315rodauth-openapi
168,7222,471authtown
176,3571,847rodauth-json
177,5251,643rodauth-guest
182,544688rodauth-pat

Depends on

RankDownloadsName
151,064,881,893minitest
39683,899,932tilt
42667,230,066jwt
49645,267,011mail
119345,539,619bcrypt
135307,017,275capybara
394113,162,459rotp
425104,210,854rqrcode
79962,324,729sequel
1,17635,808,480webauthn
1,80115,789,419roda
2,04211,578,710minitest-hooks
3,5733,098,991argon2
3,7982,678,904rack_csrf
9,064346,446minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans