No release in over a year
OmniAuth strategy for LibLynx
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 14.0

Runtime

>= 1.4.0, < 2.0
>= 1.9, < 3.0
 Project Readme

OmniAuth LibLynx Strategy  Build Status Gem Version

Installation

Add this line to your application's Gemfile:

gem 'omniauth-liblynx'

Usage

Adding the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :liblynx, ENV['LIBLYNX_ID'], ENV['LIBLYNX_SECRET']
end

Read the OmniAuth docs for detailed instructions: https://github.com/intridea/omniauth.