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

https://github.com/voocx/oauth2-demo-app

:elephant: An OAuth2 demo application
https://github.com/voocx/oauth2-demo-app

oauth oauth2 oauth2-client oauth2-server php-oauth

Last synced: 9 months ago
JSON representation

:elephant: An OAuth2 demo application

Awesome Lists containing this project

README

          

OAuth2DemoApp
------------

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

This library is running the [OAuth2 Server](https://github.com/bshaffer/oauth2-server-php) PHP library.

Installation
------------

Use [Composer](http://getcomposer.org/) 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