Skip to content

Commit

Permalink
Update readme #1
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Feb 2, 2015
1 parent c78b79b commit ea23a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AppKernel extends Kernel

~~~

###2. Configure your Auth0 app data
###3. Configure your Auth0 app data

Modify the file /app/config/config.yml

Expand All @@ -61,7 +61,7 @@ auth0_symfony_jwt:
client_secret: YOURCLIENTSECRET
~~~

###3. Setup your User and UserProvider
###4. Setup your User and UserProvider

Create your User and UserProvider.

Expand All @@ -79,7 +79,7 @@ services:
arguments: ["@auth0_symfony_jwt.auth0_service"]
~~~

###4. Setup the SecurityProvider
###5. Setup the SecurityProvider

Modify the file /app/config/security.yml:

Expand Down

0 comments on commit ea23a12

Please # to comment.