codemix / oauth2yii
An OAuth2 client / server extension for the Yii framework
Installs: 9 955
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 9
Forks: 16
Open Issues: 2
Requires
- php: >=5.3.0
- bshaffer/oauth2-server-php: 1.0
This package is auto-updated.
Last update: 2024-10-24 04:35:38 UTC
README
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 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 first.