opauth/strava
Composer 安装命令:
composer require opauth/strava
包简介
Strava strategy for Opauth
README 文档
README
Opauth strategy for Strava authentication.
Implemented based on http://strava.github.io/api/v3/oauth/ using OAuth 2.0.
Opauth is a multi-provider authentication framework for PHP.
Getting started
-
Install Opauth-Strava:
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
- Make sure that website and redirect Domain is set
-
Configure Opauth-Stava strategy.
-
Direct user to
http://path_to_opauth/stravato authenticate
Strategy configuration
Required parameters:
<?php 'Strava' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
Optional parameters:
scope, state, access_type, approval_prompt
License
Opauth-Strava is MIT Licensed
Copyright © 2014 CSL-WEB (http://www.csl-web.com)
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-01