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
- Host: GitHub
- URL: https://github.com/voocx/oauth2-demo-app
- Owner: voocx
- License: mit
- Created: 2016-10-31T15:38:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T12:52:27.000Z (over 9 years ago)
- Last Synced: 2025-07-08T19:57:13.425Z (12 months ago)
- Topics: oauth, oauth2, oauth2-client, oauth2-server, php-oauth
- Language: PHP
- Homepage:
- Size: 4.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
Asks if you'd like to grant the demo app access to your information
If all is successful, your data will be display displayed on the page
The authorization failed page
The error page