forked from filsh/yii2-oauth2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Joseba Juániz edited this page Sep 10, 2015
·
10 revisions
This Yii2 module lets the use of OAuh2 inside your projects trivially. You can configure an OAuth2 server to add security and protection to your API with any of the access grants defined by OAuth2 standard or the request of a token refreshment.
It supports the following grants:
- Authorization code grant.
- Implicit grant.
- User Credentials grant.
- Client Credentials grant.
- Refresh Token grant.
Also, it supports the following token types:
- Bearer Tokens.
-
[Configuration Options] (https://github.com/Patroklo/yii2-oauth2-server/wiki/Configuration-Options)
6.1. Authorization Code
6.3. Password
6.4. Client Credentials