-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Quick Start instructions #222 #223
base: master
Are you sure you want to change the base?
Conversation
lukos
commented
May 26, 2018
Q | A |
---|---|
Is bugfix? | yes |
New feature? | no |
Breaks BC? | no |
Tests pass? | yes |
Fixed issues | #222 |
This reverts commit f4e89fb.
Make use of AuthHandler clearer yiisoft#222
@@ -61,8 +78,8 @@ class AuthHandler | |||
{ | |||
$attributes = $this->client->getUserAttributes(); | |||
$email = ArrayHelper::getValue($attributes, 'email'); | |||
$id = ArrayHelper::getValue($attributes, 'id'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd show a situation where you want to handle both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean both id and subject?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenID and GitHub (id and login).