Skip to content

auth0-blog/symfony-got

Repository files navigation

Symfony App with Auth0 authentication

A basic Symfony application with examples of Auth0 Authentication included.

Requirements

Install

Check out the app

$ git clone [email protected]:auth0-blog/symfony-got.git

Change to app directory

$ cd symfony-got/

Composer install and follow instructions

$ composer install

Run app

$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •