How to continue after successfull login? php project

Hi guys , i have auth0 working on my php project.
So far , I understand how it works and I can perform user/password basic autentication.
After succesfull login , i got redirected to callback url , this is good.
At this callback url Im receiving an array with code and state keys.
What can I do with them ? I would like to get the user information so I can then provide its resources?
Regards.
Leandro.

Hey there @ingrogger and welcome to Auth0’s Community!

Once you have successfully authenticated the user you can access user information and give them access to resources based on roles. Is there a particular workflow you are looking to leverage? I also have attached our PHP SDK Quickstart for a quick reference. Please let me know if you have any additional questions I can assist with!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.