questocat / OAuth2-demo-app

:elephant: An OAuth2 demo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:elephant: An OAuth2 demo application

License:MIT License


Languages

Language:PHP 94.3%Language:HTML 5.7%Language:ApacheConf 0.1%