0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Official OmniAuth strategy for Ely.by.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.0, < 3.0
>= 1.1.1, < 2.0
 Project Readme

OmniAuth Ely.by

This is the official OmniAuth strategy for authenticating to Ely.by. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the Ely.by Account Applications Page.

Usage

Add the strategy to your Gemfile alongside OmniAuth:

gem 'omniauth'
gem 'omniauth-ely'

Integrate this strategy to your OmniAuth middleware.

use OmniAuth::Builder do
  provider :ely, 'application_id', 'secret'
end

You need to add your key and secret.

For more information check the OmniAuth wiki.