Newbie asking about manage jwt token

Hi everyone, I’m a new developer and this is my first time using Auth0. My project is using reactjs and laravel. I have a question about token management. If I now have a login module, can I just use auth0 to manage tokens? Because according to what I learned, Auth0 will do everything for me

Hey there,
Welcome to the community! Do you have any specific questions regarding token management?
I can give you an overview of how Auth0 works if you’d like.

Thanks @david.bolton for helping with this one!

1 Like

Thank you for your assistance. I found a way to get the access_token via client_id and client_secret. And I used that token to confirm the api

1 Like