This is a Ruby gem containing an OminAuth strategy for webe.at. It can be used to authenticate people with their webe.at accounts.
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.
This gem supports Ruby MRI 1.8.7, 1.9.2, 1.9.4, REE, and JRuby.
Read more about OmniAuth here: https://github.com/intridea/omniauth
frontdesk (at) okfoc.us