simpleweb/omniauth-bluevia

Name: omniauth-bluevia

Owner: Simpleweb

Description: BlueVia Connect OAuth strategy for OmniAuth

Created: 2012-04-25 17:03:34.0

Updated: 2013-11-05 20:52:02.0

Pushed: 2012-04-27 08:52:19.0

Homepage: null

Size: 104

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Omniauth::Bluevia

OmniAuth strategy for connecting with BlueVia connect's OAuth API.

You'll need to create a BlueVia account and register an new application here.

Please note that due to limitations in the way BlueVia has implemented OAuth, it is not possible to get a uid for the user, therefore the auth hash should just be used for credentials that are stored against a local user account, rather than use this as a full blown auth system.

Installation

Add this line to your application's Gemfile:

'omniauth-bluevia'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-bluevia
Usage
OmniAuth::Builder do
ovider :bluevia, ENV['BLUEVIA_KEY'], ENV['BLUEVIA_SECRET']

Contributing
  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.