From c78b79b2b390b30b305f1c8a241d3c9127fd5f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Lena?= Date: Mon, 2 Feb 2015 12:25:43 -0300 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 5846ff6..f68adb4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,31 @@ Modify your `composer.json` to add the following dependencies and run `composer } ~~~ +###2. Add the bundle to your AppKernell.php file + +~~~php + +class AppKernel extends Kernel +{ + public function registerBundles() + { + $bundles = array( + + ... + + new \Auth0\JWTAuthBundle\Auth0JWTAuthBundle(), + + ... + + ); + + ... + + return $bundles; + } + +~~~ + ###2. Configure your Auth0 app data Modify the file /app/config/config.yml