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,430 of 192,104
Downloads: 820,761

Daily

Ranking: 4,438 of 192,085
Downloads: 303

Depended by

RankDownloadsName
7,791548,452rodauth-rails
8,667429,760rodauth-model
14,035157,053rodauth-omniauth
14,486147,764rodauth-oauth
18,54995,350rodauth-i18n
19,50387,968osso
25,03660,110rodauth-pwned
44,03327,515rodauth-become_account
56,88919,385rodauth-select-account
108,4197,137rodauth-tools
114,9486,384rodauth-openapi
150,0183,874authtown
177,9172,095rodauth-json
178,5872,004rodauth-guest
184,547993rodauth-pat

Depends on

RankDownloadsName
141,193,389,048minitest
41745,145,160jwt
42744,719,533tilt
51709,398,947mail
119381,687,174bcrypt
141335,893,980capybara
386126,776,153rotp
430116,889,971rqrcode
78869,080,543sequel
1,20337,936,800webauthn
1,75419,094,455roda
2,01113,886,721minitest-hooks
3,4053,926,546argon2
3,7003,204,672rack_csrf
9,045391,583minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans