Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t1mmen/opauth-timely
Timely authentication strategy for Opauth
https://github.com/t1mmen/opauth-timely
Last synced: 30 days ago
JSON representation
Timely authentication strategy for Opauth
- Host: GitHub
- URL: https://github.com/t1mmen/opauth-timely
- Owner: t1mmen
- License: mit
- Created: 2015-05-17T19:39:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T19:20:38.000Z (almost 9 years ago)
- Last Synced: 2024-12-15T03:21:22.053Z (about 2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Opauth-Timely
=============
[Opauth][1] strategy for Timely authentication.Implemented based on https://dev.timelyapp.com/
Getting started
----------------
1. Install Opauth-Timely:Using git:
```bash
cd path_to_opauth/Strategy
git clone https://github.com/t1mmen/opauth-timely.git timely
```Or, using [Composer](https://getcomposer.org/), just add this to your `composer.json`:
```bash
{
"require": {
"t1mmen/opauth-timely": "*"
}
}
```
Then run `composer install`.2. Create Timely application at https://timelyapp.com/:your_app_id/oauth_applications
3. Configure Opauth-Timely strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/timely` to authenticate
Strategy configuration
----------------------Required parameters:
```php
array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
```License
---------
Opauth-Timely is MIT Licensed
Copyright © 2015 Timm Stokke (http://timm.stokke.me)[1]: https://github.com/opauth/opauth