Trying to access token information with Apache server

Hi,

I have connected my Apache server with Auth0 but don’t see a way to access the token information. The user is authorised but I cannot see who that user is from the server.

I have tried to read the JWT (with PHP) but I don’t find it or it seems to exist only on my computer coming from auth0 website, not my website, so I cannot access it from my server.

Thanks

Hi @support19,

Welcome to the Auth0 Community!

The first step is to locate the JWT token. It contains the information you are looking for, or can be exchanged for the user information.

Have you looked at our apache quickstart? Auth0 Apache SDK Quickstarts: Login