Replies: 1 comment
-
|
First of all, thank you very much for your careful review and for reporting this 🙏 You are absolutely right — the In PR #58 , this was unintentionally overlooked, and during If possible, please feel free to submit a pull request to correct this so it can be reviewed and merged promptly. Your contribution would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On initial authentication, the users.first_name field gets populated correctly with only the first name (eg. John), but on subsequent use, the users.first_name is populated with first_name and last_name (eg. John Doe).
In GoogleOauth.php, it looks like it is set based on 2 different values. Any reason for this that I'm overlooking? Or any way to prevent? Feels like it should always be given_name
compared to
using
datamweb/shield-oauth dev-develop 82f07b6 OAuth for CodeIgniter Shield
Beta Was this translation helpful? Give feedback.
All reactions