filsh / yii2-oauth2-server

A wrapper for implementing an OAuth2 Server(https://github.com/bshaffer/oauth2-server-php)
MIT License
332 stars 167 forks source link

Need more example with Yii2 Auth client integration #154

Closed ahmadfadlydziljalal closed 1 year ago

ahmadfadlydziljalal commented 1 year ago

How to use this extension with : https://github.com/yiisoft/yii2-authclient/blob/master/docs/guide/quick-start.md We need more example.

In my case, I have two apps based on Yii2,

 <?= yii\authclient\widgets\AuthChoice::widget([
        'baseAuthUrl' => ['site/auth'],
        'popupMode' => true,
    ]) ?>

Evertything is ok, the pop up is ok, but the redirect uri is not work as charm