Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Feb 2, 2015
1 parent 864f652 commit c78b79b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c78b79b

Please # to comment.