https://github.com/uzyn/opauth1-testapp
https://github.com/uzyn/opauth1-testapp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzyn/opauth1-testapp
- Owner: uzyn
- Created: 2015-07-13T13:19:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T05:23:22.000Z (about 11 years ago)
- Last Synced: 2025-02-15T04:44:11.825Z (over 1 year 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.