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,530 of 190,317
Downloads: 773,243

Daily

Ranking: 3,631 of 190,280
Downloads: 2,321

Depended by

RankDownloadsName
7,930512,433rodauth-rails
8,909395,053rodauth-model
14,294148,354rodauth-omniauth
14,894137,099rodauth-oauth
19,35186,963osso
19,43586,394rodauth-i18n
25,15958,333rodauth-pwned
44,22526,926rodauth-become_account
56,82519,116rodauth-select-account
119,7685,796rodauth-openapi
125,3765,224rodauth-tools
152,6553,705authtown
177,4412,050rodauth-json
178,1451,951rodauth-guest
183,808954rodauth-pat

Depends on

RankDownloadsName
141,163,937,242minitest
40731,048,150tilt
41728,736,846jwt
51694,988,387mail
119372,620,974bcrypt
140329,479,278capybara
386123,596,963rotp
431113,989,913rqrcode
79067,430,432sequel
1,20537,424,076webauthn
1,76018,479,284roda
2,01613,373,406minitest-hooks
3,4263,792,641argon2
3,7283,072,284rack_csrf
9,054380,096minitest-global_expectations

Owners

#GravatarHandle
1iconjeremyevans