/OAuth2-demo-app

:elephant: An OAuth2 demo application

Primary LanguagePHPMIT LicenseMIT

OAuth2DemoApp

This is an application that demos some of the basic OAuth2.0 Workflows.

This library is running the OAuth2 Server PHP library.

Installation

Use Composer to install this application:

$ git clone https://github.com/emanci/OAuth2DemoApp.git
$ cd OAuth2DemoApp
$ curl -s http://getcomposer.org/installer | php
$ ./composer.phar install

The OAuth2.0 demo app screenshot

The demo app homepage

hoempage

Asks if you'd like to grant the demo app access to your information

confirm

If all is successful, your data will be display displayed on the page

response

The authorization failed page

failed

The error page

error