https://github.com/codemix/oauth2yii
An OAuth2 client / server extension for the Yii framework
https://github.com/codemix/oauth2yii
Last synced: 8 months ago
JSON representation
An OAuth2 client / server extension for the Yii framework
- Host: GitHub
- URL: https://github.com/codemix/oauth2yii
- Owner: codemix
- License: mit
- Created: 2013-07-25T12:06:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T13:21:15.000Z (almost 12 years ago)
- Last Synced: 2024-09-01T03:22:05.828Z (over 1 year ago)
- Language: PHP
- Size: 390 KB
- Stars: 17
- Watchers: 9
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oauth2yii
=========
An OAuth2 client / server extension for the Yii framework.
# NOTE: PARTS OF THIS EXTENSION ARE STILL INCOMPLETE!!
Missing:
* Support for Authorization Code Grant on client / server
This extension is a wrapper around [OAuth 2.0 Server PHP](http://bshaffer.github.io/oauth2-server-php-docs/)
that makes it easy to add OAuth2 authentication to your application.
Note, that before you can start using this extension you need to understand some basics about how
OAuth2 works. So we recommend to read the [OAuth2 introduction](docs/oauth2.md) first.
* [OAuth2 Introduction](docs/oauth2.md).
* [Installation](docs/installation.md)
* [How to use an OAuth2 client](docs/client.md)
* [How to use an OAuth2 server](docs/server.md)
* [DB Tables and custom storages](docs/storage.md)