I just want to build an authenticated Laravel API. So I came across the following tutorial:
Publishing package configuration so as to generate configuration file doesn’t work. The context is completely different with the package documentation on GitHub. When I use the following Quick Start guide:
https://auth0.com/docs/quickstart/backend/laravel
The configuration file generated doesn’t indicate environment variables for client ID,Secret and the rest.
I DO NOT understand the use of JSON files generated as indicated on the guide. How can I set the credentials on .env file.
DISCLAIMER: The Backend API sample app provided on GitHub doesn’t work for me. I’ve wasted three days already trying to work with it.
7 posts - 3 participants