A basic Symfony application with examples of Auth0 Authentication included.
$ git clone [email protected]:auth0-blog/symfony-got.git
$ cd symfony-got/
$ composer install
$ SYMFONY__AUTH0__BASE_URL=https://<YOUR AUTH0 DOMAIN> \
SYMFONY__AUTH0__CLIENT_ID=<YOUR AUTH0 CLIENT ID> \
SYMFONY__AUTH0__CLIENT_SECRET=<YOUR AUTH0 CLIENT SECRET> \
bin/console server:run