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,775 of 188,756
Downloads: 349,355

Daily

Ranking: 5,148 of 188,734
Downloads: 509

Depended by

RankDownloadsName
11,225172,062rodauth-rails
17,23282,233rodauth-model
18,95270,815osso
20,52163,074rodauth-oauth
41,68824,210rodauth-i18n
46,62920,872rodauth-become_account
64,47513,444rodauth-select-account
82,9299,220rodauth-omniauth
85,5278,764rodauth-pwned
173,3261,539rodauth-json
175,975865rodauth-guest
179,223325authtown
179,274318rodauth-pat

Depends on

RankDownloadsName
20787,713,697minitest
34532,741,068tilt
45494,137,704mail
48475,938,252jwt
117256,250,962bcrypt
137223,862,807capybara
46571,023,724rotp
55966,567,249rqrcode
72550,731,725sequel
1,33419,702,374webauthn
1,8779,135,755minitest-hooks
2,1217,083,031roda
3,5852,224,040rack_csrf
3,8111,884,500argon2
14,538108,500minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans