Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzyn/opauth1-testapp
https://github.com/uzyn/opauth1-testapp
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzyn/opauth1-testapp
- Owner: uzyn
- Created: 2015-07-13T13:19:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T05:23:22.000Z (over 9 years ago)
- Last Synced: 2024-04-29T23:55:29.815Z (7 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample basic Opauth v1 app
----1. Install Composer dependencies
```
composer install
```2. Copy `config.php.default` to `config.php` and update accordingly, especially the keys.
3. Start PHP server
```
php -S localhost:8080
```
4. Visit [http://localhost:8080/](http://localhost:8080/) and authenticate with your configured strategies.