Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uzyn/opauth1-testapp


https://github.com/uzyn/opauth1-testapp

Last synced: 11 days ago
JSON representation

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.