Categories: Authentication and OAuth [Edit]
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,484 of 182,915
Downloads: 428,687
Daily
Ranking: 5,183 of 182,900
Downloads: 566
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
10,172 | 232,491 | rodauth-rails |
13,552 | 133,838 | rodauth-model |
19,092 | 75,317 | osso |
19,930 | 70,546 | rodauth-oauth |
28,865 | 41,520 | rodauth-omniauth |
35,772 | 31,188 | rodauth-i18n |
45,685 | 22,642 | rodauth-become_account |
61,593 | 15,133 | rodauth-select-account |
76,980 | 10,942 | rodauth-pwned |
174,390 | 1,663 | rodauth-json |
176,104 | 1,260 | authtown |
177,237 | 992 | rodauth-guest |
180,734 | 448 | rodauth-pat |
181,332 | 367 | rodauth-openapi |
Depends on
Rank | Downloads | Name |
---|---|---|
19 | 887,449,262 | minitest |
36 | 587,506,920 | tilt |
44 | 548,172,798 | jwt |
46 | 546,328,554 | |
117 | 290,253,782 | bcrypt |
137 | 254,123,578 | capybara |
412 | 87,602,885 | rotp |
446 | 80,604,106 | rqrcode |
758 | 54,904,280 | sequel |
1,258 | 25,841,957 | webauthn |
1,933 | 10,379,320 | roda |
1,953 | 9,978,604 | minitest-hooks |
3,641 | 2,445,744 | rack_csrf |
3,704 | 2,359,200 | argon2 |
14,293 | 122,057 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |