2017 © Pedro Peláez
 

library strava

Strava strategy for Opauth

image

opauth/strava

Strava strategy for Opauth

  • Tuesday, September 23, 2014
  • by phillprice
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-Strava

[Opauth][1] strategy for Strava authentication., (*1)

Implemented based on http://strava.github.io/api/v3/oauth/ using OAuth 2.0., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Strava:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/csl-web/opauth-strava.git Strava
    
  2. Create a Strava APIs project at http://www.strava.com/developers, (*5)

    • Make sure that website and redirect Domain is set
  3. Configure Opauth-Stava strategy., (*6)

  4. Direct user to http://path_to_opauth/strava to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?php
'Strava' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

Optional parameters: scope, state, access_type, approval_prompt, (*9)

License

Opauth-Strava is MIT Licensed
Copyright © 2014 CSL-WEB (http://www.csl-web.com), (*10)

The Versions

23/09 2014

dev-master

9999999-dev http://opauth.org

Strava strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth strava