Skip to content

maxime/omniauth-runkeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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.

Packages

No packages published

Languages

  • Ruby 100.0%