yii2-authclient
yii2-authclient copied to clipboard
Yii 2 authclient extension.
Do: Use this widget to create a list of login links in the way it is displayed in the docs. Expect: I would expect something that works out of the...
### What steps will reproduce the problem? Upgraded to 2.1 using composer ### What's expected? previously a text label visually appeared below each icon ### What do you get instead?...
getting this error when popupMode is false and working it popupMode true TypeError: jQuery(...).authchoice is not a function
### What steps will reproduce the problem? Call any of VK-API method with parameter `user_ids`, for example: https://vk.com/dev/users.get ### What's expected? Usual VK-API result for given ids. ### What do...
Hello! I have a question/suggestion/problem - depends on your answer. [BaseClient.php](https://github.com/yiisoft/yii2-authclient/blob/master/src/BaseClient.php) has `normalizeUserAttributeMap` attribute with description where saying that we can pass an array for normalize attribute. Can you give...
When I set `clientCollection` https://www.yiiframework.com/extension/yiisoft/yii2-authclient/doc/api/2.1/yii-authclient-widgets-authchoice#$clientCollection-detail in AuthChoice https://www.yiiframework.com/extension/yiisoft/yii2-authclient/doc/api/2.1/yii-authclient-widgets-authchoice like below ### What steps will reproduce the problem? Step 1: set in components array in web config file as 'authClientCollection' =>...
This issue has originally been reported by @sanjakovac at https://github.com/yiisoft/yii2/issues/16488. Moved here by @samdark. ----- ### What steps will reproduce the problem? - Turn on info log in your application...
### What steps will reproduce the problem? When using Tencent QQ, the return value is this form callback ({'openid': 1}), so getData () can not parse the data normally. ###...
### What steps will reproduce the problem? Wait until both access_token and refresh_token expire. Then try to login. ### What do you get instead?  ### What's expected? The token...
| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes | Fixed...