yii2-oauth2-server icon indicating copy to clipboard operation
yii2-oauth2-server copied to clipboard

Results 6 yii2-oauth2-server issues
Sort by recently updated
recently updated
newest added

Hello, I want to save user ip and some other details after successful login but when I use **Yii::$app->user->id** I get null. how can I get user id in after...

Hi, first of all thank you so much for your good library. I implemented your library and every thing is fine. Now I want to use Google sign in with...

Hi Borodulin, How to implement scope in client config? I do not see it in the document. Could you explain it for me, such as when scope is "email username...

Hi Borodulin, Do you plan to add further grant types, such as Client credentials, owner resources Resource owner, support JWT etc...?

I believe scope returned should be $authCode->scope instead of $this->scope. Response is returned with null scope whereas Authorization Code table has valid scope `--- a/vendor/conquer/oauth2/granttypes/Authorization.php +++ b/vendor/conquer/oauth2/granttypes/Authorization.php @@ -105,7 +105,7...

Hi Experts, We have migrated from version 1.5.4 to 1.7.1 and found functionality of extracting access_token from request is broken and we started getting error "The access token was not...