Registry / auth / omniauth

omniauth

JSON →
library2.1.4rbrubygemsunverified

A generalized Rack framework for multiple-provider authentication.

gem install omniauth
INSTALL
IMPORT
SIG · OMNIAUTH
O
omniauth
authrubyv2.1.4
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.

OmniAuth
require 'omniauth'

Set up OmniAuth with a developer provider in a Rack application.

require 'omniauth' use OmniAuth::Builder do provider :developer end
Debug
Known issues
breakingOmniAuth 2.0 removed support for GET requests on the callback phase by default.
fix
Use POST for callbacks or configure OmniAuth.config.allowed_request_methods.
affects: >= 2.0.0
Upgrade
Version history
2.1.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
omniauth — gem install omniauth · libregistry