@Ale,
I am accessing the PHP-API in the Front-end. For every request, i have to pass the “access_token” which is already i am doing, But i am unable to get the User’s information bcoz i am having only “access_token” as a param.
So, i want the user information. As you said if i hit the endpoint of “/userinfo” it is having the rate_limit barrier i can’t hit more than 10 requests.
So, i want userinfo from the “access_token” OR from passing the access_token how can i get the “id_token” and the lib name for decoding it?
How can i accomplish this.