Registry / auth / rodauth

rodauth

JSON →
library2.44.0rbrubygemsunverified

Rodauth is Ruby's most advanced authentication framework, designed to work in all rack applications, supporting features like login, logout, multifactor authentication, and passwordless login.

gem install rodauth
INSTALL
IMPORT
SIG · RODAUTH
R
rodauth
authrubyv2.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rodauth
require 'rodauth'

Set up basic login and logout in a Roda app.

require 'rodauth' class MyApp < Roda plugin :rodauth do enable :login, :logout end route do |r| r.rodauth end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.44.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Amazon
1
Resources
rodauth — gem install rodauth · libregistry