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,353 of 183,471
Downloads: 456,764

Daily

Ranking: 5,627 of 183,459
Downloads: 193

Depended by

RankDownloadsName
9,779256,923rodauth-rails
12,634156,016rodauth-model
19,11976,142osso
19,86371,856rodauth-oauth
23,05857,650rodauth-omniauth
34,90632,572rodauth-i18n
45,53922,979rodauth-become_account
61,41115,349rodauth-select-account
75,04511,474rodauth-pwned
174,7101,683rodauth-json
176,1581,348authtown
177,5711,016rodauth-guest
178,566827rodauth-openapi
181,060471rodauth-pat

Depends on

RankDownloadsName
19910,051,170minitest
36600,172,703tilt
42563,964,249jwt
45557,857,616mail
117297,706,674bcrypt
136260,611,621capybara
40391,231,198rotp
43883,800,620rqrcode
76755,796,603sequel
1,24027,250,161webauthn
1,91511,026,831roda
1,96310,148,808minitest-hooks
3,6442,507,248rack_csrf
3,6822,461,855argon2
14,238125,321minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans