Nov 7, 2016

pgaultier

Yii 2.0 OAuth2 server and RBAC extension

This extension implements OAuth2 server. It is a wrapper around Brent Shaffer's OAuth2 Library.

Currently only Redis could be used as backend. More backends are planned later.

Out of the box extension provides:

  • Classic OAuth2 endpoints
  • Login and authorization pages which could be overriden

Code coverage is about 70% now and will be improved in upcoming releases.

Comments (1)

  1. Nov 10, 2016

    Hi, I have two questions:

    1. why is it better than https://github.com/Filsh/yii2-oauth2-server ?
    2. why do you chose https://github.com/bshaffer/oauth2-server-php instead of https://github.com/thephpleague/oauth2-server for wrapping?