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

Development

>= 0
~> 2

Runtime

 Project Readme

OmniAuth StackOverflow

StackOverflow OAuth2 Strategy for OmniAuth 1.0.

All credit due to Mark Dodwell, this repository is a hacked up copy of his Facebook OAuth2 Strategy. When I get a chance I will put all the specs back in and everything, promise!

Configuration is a little different to other Omniauth strategies, Stack Exchange use an app id as well, configure it like this (in the Devise initialiser);

config.omniauth :stackoverflow, '<client_id>', '<oauth secret>', :scope => 'no_expiry', :oauth_key => '<oauth key>'