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,175 of 184,150
Downloads: 495,844

Daily

Ranking: 3,593 of 184,132
Downloads: 1,356

Depended by

RankDownloadsName
9,373290,923rodauth-rails
11,557189,217rodauth-model
18,54181,562rodauth-omniauth
19,18977,050osso
19,84573,106rodauth-oauth
32,59136,134rodauth-i18n
45,35623,405rodauth-become_account
60,26515,929rodauth-select-account
69,22313,092rodauth-pwned
175,0721,715rodauth-json
175,6911,598authtown
176,3461,440rodauth-openapi
177,9121,054rodauth-guest
181,473504rodauth-pat

Depends on

RankDownloadsName
19936,454,407minitest
36615,994,630tilt
42583,114,997jwt
45571,791,662mail
117307,091,960bcrypt
135269,123,747capybara
40296,029,903rotp
43187,816,106rqrcode
77357,110,935sequel
1,22629,256,190webauthn
1,89411,731,457roda
1,98810,392,023minitest-hooks
3,6072,634,583argon2
3,6602,573,082rack_csrf
14,167129,075minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans