8000 GitHub - PeopleAdmin/omniauth-vitae: Vitae strategy for OmniAuth.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PeopleAdmin/omniauth-vitae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth::Vitae

Build Status

An OmniAuth strategy for authenticating with Vitae via OAuth2.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-vitae'

And then execute:

$ bundle

Usage

use OmniAuth::Builder do
  vitae_app_id = ENV.fetch 'VITAE_OAUTH_APP_ID'
  vitae_secret = ENV.fetch 'VITAE_OAUTH_SECRET'
  provider :vitae, vitae_app_id, vitae_secret
end

About

Vitae strategy for OmniAuth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0