Skip to content

okfocus/omniauth-webeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Omniauth-webeat

This is a Ruby gem containing an OminAuth strategy for webe.at. It can be used to authenticate people with their webe.at accounts.

Usage

Installation

If you are using Bundler, install this strategy by putting gem 'omniauth-webeat' in your Gemfile.

For a Rails installation, be sure to add this strategy to your OmniAuth initializer like so:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :webeat, "consumer_key", "consumer_secret" 
end

Otherwise, you may install this gem with a simple gem install omniauth-webeat from the commmand line.

You can retrieve your consumer tokens here.

Ruby Support

This gem supports Ruby MRI 1.8.7, 1.9.2, 1.9.4, REE, and JRuby.

More About OmniAuth

Read more about OmniAuth here: https://github.com/intridea/omniauth

Questions?

frontdesk (at) okfoc.us

About

OmniAuth strategy for webe.at

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages