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,803 of 187,922
Downloads: 665,118

Daily

Ranking: 4,199 of 187,912
Downloads: 1,184

Depended by

RankDownloadsName
8,405425,028rodauth-rails
9,672313,698rodauth-model
15,436123,286rodauth-omniauth
17,39799,687rodauth-oauth
19,30983,963osso
21,44871,073rodauth-i18n
30,33143,222rodauth-pwned
45,01425,546rodauth-become_account
57,54518,303rodauth-select-account
134,6734,498rodauth-openapi
160,5753,164authtown
176,9241,927rodauth-json
177,7371,801rodauth-guest
182,976805rodauth-pat

Depends on

RankDownloadsName
151,100,077,145minitest
39699,639,954tilt
42690,541,968jwt
51663,928,074mail
117355,476,096bcrypt
136316,262,987capybara
393116,692,887rotp
434107,387,148rqrcode
79663,782,239sequel
1,19036,309,186webauthn
1,78416,715,828roda
2,03612,116,127minitest-hooks
3,5443,275,519argon2
3,7932,752,351rack_csrf
9,082358,209minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans