dev-master
9999999-dev http://opauth.orgStrava strategy for Opauth
MIT
The Requires
- php >=5.2.0
- opauth/opauth >=0.2.0
by Phill Price
authentication auth strava
Wallogit.com
2017 © Pedro Peláez
Strava strategy for Opauth
[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)
Install Opauth-Strava:, (*4)
cd path_to_opauth/Strategy git clone git://github.com/csl-web/opauth-strava.git Strava
Create a Strava APIs project at http://www.strava.com/developers, (*5)
Configure Opauth-Stava strategy., (*6)
Direct user to http://path_to_opauth/strava to authenticate, (*7)
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)
Opauth-Strava is MIT Licensed
Copyright © 2014 CSL-WEB (http://www.csl-web.com), (*10)
Strava strategy for Opauth
MIT
authentication auth strava