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,298 of 193,756
Downloads: 904,062

Daily

Ranking: 4,176 of 193,649
Downloads: 1,361

Depended by

RankDownloadsName
7,594611,481rodauth-rails
8,420491,033rodauth-model
13,376180,782rodauth-omniauth
13,889167,716rodauth-oauth
17,487108,883rodauth-i18n
19,67088,959osso
23,61566,850rodauth-pwned
44,19627,864rodauth-become_account
55,66720,295rodauth-select-account
67,16715,670rodauth-tools
109,9027,062rodauth-openapi
143,8764,256authtown
174,1592,500rodauth-guest
178,3542,169rodauth-json
185,1951,057rodauth-pat

Depends on

RankDownloadsName
141,236,290,611minitest
42771,995,744jwt
43764,206,208tilt
51730,685,276mail
120394,680,862bcrypt
143344,844,787capybara
382131,810,489rotp
421121,664,325rqrcode
78371,168,639sequel
1,21138,720,570webauthn
1,73920,050,106roda
2,00414,584,723minitest-hooks
3,3874,147,727argon2
3,6263,507,339rack_csrf
9,123412,173minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans