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

Runtime

 Project Readme

Omniauth Strategy for aTech Media

This Omniauth strategy is for authenticating using the aTech Media authentication system.

You can create an OAuth application from within the identity website at https://identity.atechmedia.com.

Once you have created this, you can define your Omniauth strategy.

use OmniAuth::Builder do
  provider :atech, ENV['ATECH_CLIENT_ID'], ENV['ATECH_CLIENT_SECRET']
end