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,484 of 182,915
Downloads: 428,687

Daily

Ranking: 5,183 of 182,900
Downloads: 566

Depended by

RankDownloadsName
10,172232,491rodauth-rails
13,552133,838rodauth-model
19,09275,317osso
19,93070,546rodauth-oauth
28,86541,520rodauth-omniauth
35,77231,188rodauth-i18n
45,68522,642rodauth-become_account
61,59315,133rodauth-select-account
76,98010,942rodauth-pwned
174,3901,663rodauth-json
176,1041,260authtown
177,237992rodauth-guest
180,734448rodauth-pat
181,332367rodauth-openapi

Depends on

RankDownloadsName
19887,449,262minitest
36587,506,920tilt
44548,172,798jwt
46546,328,554mail
117290,253,782bcrypt
137254,123,578capybara
41287,602,885rotp
44680,604,106rqrcode
75854,904,280sequel
1,25825,841,957webauthn
1,93310,379,320roda
1,9539,978,604minitest-hooks
3,6412,445,744rack_csrf
3,7042,359,200argon2
14,293122,057minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans