Skip to content

Files

Latest commit

ccbaf5c · Dec 11, 2018

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 22, 2014
Mar 11, 2014
Dec 11, 2018
Mar 6, 2014
Mar 11, 2014
Apr 6, 2016
Mar 6, 2014
Mar 6, 2014
Mar 11, 2014
Mar 11, 2014

Getting Started with the OAuth Server (Your House)

This code represents the OAuth2.0 server used in the screencast. Here is how to run it:

  1. Update your vendors via Composer

    php composer.phar install

  2. Fix your permissions

  $ chmod -R 777 data
  1. On the command line, start up a new PHP server on localhost:9000
  $ cd /path/to/knpuniversity/oauth/server-finish/web
  $ php -S localhost:9000
  1. Pop open http://localhost:9000 in your browser!