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,348 of 193,214
Downloads: 872,718

Daily

Ranking: 3,898 of 193,188
Downloads: 897

Depended by

RankDownloadsName
7,594589,176rodauth-rails
8,427469,590rodauth-model
13,644172,232rodauth-omniauth
14,076162,297rodauth-oauth
17,818104,307rodauth-i18n
19,59988,750osso
24,25763,803rodauth-pwned
44,14327,770rodauth-become_account
56,42719,854rodauth-select-account
84,08511,130rodauth-tools
111,9236,790rodauth-openapi
145,7124,137authtown
174,3722,467rodauth-guest
178,3292,143rodauth-json
185,0751,034rodauth-pat

Depends on

RankDownloadsName
141,221,627,667minitest
42762,463,740jwt
43757,665,930tilt
51723,544,991mail
120390,289,456bcrypt
142341,853,582capybara
384130,082,881rotp
426120,058,243rqrcode
78770,385,524sequel
1,21138,457,380webauthn
1,73719,690,399roda
2,00314,351,788minitest-hooks
3,3974,067,397argon2
3,6583,379,715rack_csrf
9,077405,908minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans