GitXplorerGitXplorer
u

opauth1-testapp

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

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/ and authenticate with your configured strategies.