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,844 of 187,548
Downloads: 650,413

Daily

Ranking: 4,341 of 187,532
Downloads: 1,049

Depended by

RankDownloadsName
8,460414,644rodauth-rails
9,768304,329rodauth-model
15,526121,244rodauth-omniauth
17,66596,376rodauth-oauth
19,31383,286osso
21,90068,437rodauth-i18n
31,40840,975rodauth-pwned
45,13025,303rodauth-become_account
57,53818,204rodauth-select-account
142,3654,045rodauth-openapi
161,7213,009authtown
176,8121,900rodauth-json
177,6201,772rodauth-guest
182,824766rodauth-pat

Depends on

RankDownloadsName
151,088,565,104minitest
39694,645,694tilt
42682,907,870jwt
50658,070,821mail
118352,511,524bcrypt
135313,706,783capybara
391115,543,024rotp
432106,331,918rqrcode
79863,227,190sequel
1,18336,137,122webauthn
1,79016,398,494roda
2,04011,915,137minitest-hooks
3,5613,209,845argon2
3,8022,717,978rack_csrf
9,073354,826minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans