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,897 of 187,196
Downloads: 632,075

Daily

Ranking: 4,502 of 187,176
Downloads: 998

Depended by

RankDownloadsName
8,566400,043rodauth-rails
9,894291,686rodauth-model
15,638118,549rodauth-omniauth
17,87493,701rodauth-oauth
19,33582,459osso
22,52465,127rodauth-i18n
32,89638,254rodauth-pwned
45,38424,919rodauth-become_account
57,55418,061rodauth-select-account
152,5243,561rodauth-openapi
163,5572,812authtown
176,6571,875rodauth-json
177,7931,678rodauth-guest
182,830720rodauth-pat

Depends on

RankDownloadsName
1,17935,954,135webauthn
2,04111,756,013minitest-hooks
3,5673,157,181argon2
9,072349,494minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans