项目作者: elyby

项目描述 :
OmniAuth strategy for Ely.by.
高级语言: Ruby
项目地址: git://github.com/elyby/omniauth-ely.git
创建时间: 2016-11-24T11:01:00Z
项目社区:https://github.com/elyby/omniauth-ely

开源协议:MIT License

下载


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:

  1. gem 'omniauth'
  2. gem 'omniauth-ely'

Integrate this strategy to your OmniAuth middleware.

  1. use OmniAuth::Builder do
  2. provider :ely, 'application_id', 'secret'
  3. end

You need to add your key and secret.

For more information check the OmniAuth wiki.