0.0
No commit activity in last 3 years
No release in over 3 years
Avvo.com strategy for OmniAuth
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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.