Skip to content

Commit

Permalink
Upadate auth.rst
Browse files Browse the repository at this point in the history
According to the flow of document, Authentication Layer was missing in the above code.
  • Loading branch information
Rahul Bohra committed Jan 22, 2015
1 parent 9315ec5 commit fae30b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/tutorials-and-examples/blog-auth-example/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ config::
'action' => 'display',
'home'
),
'authenticate' => array(
'Form' => array(
'passwordHasher' => 'Blowfish'
)
),
'authorize' => array('Controller') // Added this line
)
);
Expand Down

0 comments on commit fae30b0

Please sign in to comment.