Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 460 Bytes

README.markdown

File metadata and controls

15 lines (10 loc) · 460 Bytes

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.