Skip to content

m4i/omniauth-runkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth RunKeeper

This is the OmniAuth strategy for authenticating to RunKeeper. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the RunKeeper Applications Page.

Basic Usage

use OmniAuth::Builder do
  provider :runkeeper, ENV['RUNKEEPER_CLIENT_ID'], ENV['RUNKEEPER_CLIENT_SECRET']
end

License

OmniAuth RunKeeper is released under the MIT license.