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,078 of 184,953
Downloads: 534,938

Daily

Ranking: 5,890 of 184,934
Downloads: 498

Depended by

RankDownloadsName
9,002323,870rodauth-rails
10,836220,696rodauth-model
16,478100,224rodauth-omniauth
19,29177,610osso
19,40676,961rodauth-oauth
29,49641,818rodauth-i18n
45,39623,626rodauth-become_account
54,82918,238rodauth-pwned
60,23216,115rodauth-select-account
175,1471,763rodauth-openapi
175,4281,731rodauth-json
175,7781,681authtown
178,3041,074rodauth-guest
181,945524rodauth-pat

Depends on

RankDownloadsName
19970,041,361minitest
37634,369,383tilt
42606,394,357jwt
46591,645,874mail
117317,883,080bcrypt
136279,492,271capybara
398101,275,337rotp
42592,558,348rqrcode
78158,450,445sequel
1,19731,585,115webauthn
1,87012,607,117roda
2,00010,759,597minitest-hooks
3,6012,763,524argon2
3,6712,648,041rack_csrf
13,309148,268minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans