Skip to content
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.

Clone this wiki locally