Skip to content

stereobooster/omniauth-beats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth Beats

An OmniAuth Strategy for Beats Music OAuth2 API

Installing

Add to your Gemfile:

gem 'omniauth-beats'

Then bundle install.

Basic Usage

use OmniAuth::Builder do
  provider "beats", ENV['BEATS_KEY'], ENV['BEATS_SECRET']
end

About

Beats Music OAuth2 Strategy for Omniauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages