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,394 of 192,666
Downloads: 843,794

Daily

Ranking: 4,694 of 192,588
Downloads: 765

Depended by

RankDownloadsName
7,734567,200rodauth-rails
8,564447,818rodauth-model
13,911164,099rodauth-omniauth
14,317154,840rodauth-oauth
18,22799,467rodauth-i18n
19,55888,271osso
24,73461,521rodauth-pwned
44,11327,611rodauth-become_account
56,79219,550rodauth-select-account
101,1978,199rodauth-tools
113,6606,559rodauth-openapi
148,1413,985authtown
177,6482,166rodauth-guest
178,0932,116rodauth-json
184,8251,011rodauth-pat

Depends on

RankDownloadsName
141,206,819,610minitest
42753,305,893jwt
43750,958,985tilt
51716,198,000mail
120385,830,945bcrypt
141338,775,401capybara
388128,367,303rotp
428118,350,541rqrcode
78869,711,764sequel
1,20938,189,005webauthn
1,74719,379,786roda
2,00614,123,221minitest-hooks
3,4013,990,767argon2
3,6783,287,875rack_csrf
9,050397,099minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans