You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need your lights, my users login from an iOS device, after using "sign in with Apple" I get a token so I send it to my API but when I try to use $client->fetchUserFromToken($accessToken); I get an empty user.
To complete my question, I use your SDK with "knpuniversity/oauth2-client-bundle", to check a validity of JWT received from an iOS device, I need to do it like this:
Hello,
I need your lights, my users login from an iOS device, after using "sign in with Apple" I get a token so I send it to my API but when I try to use
$client->fetchUserFromToken($accessToken);
I get an empty user.Do you have a solution?
Thank you!
The text was updated successfully, but these errors were encountered: