GitXplorerGitXplorer
u

opauth1-testapp

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
998386f330b748b3ea5f3ffb4514ed215756da5c

Removed composer.lock

uuzyn committed 10 years ago
Unverified
81c2583485cac82049b604a8422a61f95aa7d63f

Init

uuzyn committed 10 years ago

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.