Skip to content

avvo/omniauth-avvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth-Avvo

Avvo strategy for OmniAuth

Usage

in your omniauth.rb:

  provider :avvo, YOUR_APP_ID, YOUR_APP_SECRET

Your request.env['omniauth.auth'] hash will contain:

  • name - friendly name
  • email - your login email address
  • permissions - array of granted permissions on Avvo.com

See OmniAuth docs for more information on integrating with a standard OmniAuth strategy.

Setting up OAuth at Avvo

Confluence doc on setup.