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,476 of 191,455
Downloads: 798,497

Daily

Ranking: 3,825 of 191,429
Downloads: 1,298

Depended by

RankDownloadsName
7,861531,200rodauth-rails
8,783413,109rodauth-model
14,147152,727rodauth-omniauth
14,610143,536rodauth-oauth
18,90091,019rodauth-i18n
19,37787,344osso
25,03559,205rodauth-pwned
43,89227,345rodauth-become_account
56,66919,292rodauth-select-account
116,5736,157rodauth-openapi
116,7506,141rodauth-tools
151,3633,781authtown
177,6002,069rodauth-json
178,3141,970rodauth-guest
184,112973rodauth-pat

Depends on

RankDownloadsName
141,178,952,541minitest
41738,104,009tilt
42737,060,289jwt
51701,996,572mail
119377,093,658bcrypt
140332,604,250capybara
386125,274,892rotp
432115,489,182rqrcode
78668,468,869sequel
1,20337,681,855webauthn
1,75618,774,933roda
2,01113,656,382minitest-hooks
3,4173,857,963argon2
3,7043,141,640rack_csrf
9,047385,606minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans