When implementing signing with apple, we want to get the users name as well as his email. It seems to me that this library never extracts the firstName or the lastName.
This is from my testcode where I create a response as per the Apple documentation that gets correctly decoded:
But, it seems when I look at fetchResourceOwnerDetails that the details are only searched in the superglobals _GET and _POST. Is that correct behaviour(I expect so) or are the values also present in the token from Apple?
When implementing signing with apple, we want to get the users name as well as his email. It seems to me that this library never extracts the firstName or the lastName.
This is from my testcode where I create a response as per the Apple documentation that gets correctly decoded:
But, it seems when I look at fetchResourceOwnerDetails that the details are only searched in the superglobals _GET and _POST. Is that correct behaviour(I expect so) or are the values also present in the token from Apple?