Skip to content

Commit

Permalink
Merge pull request #147 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
add close bracket
  • Loading branch information
gakuzzzz committed Jul 26, 2015
2 parents 4bfee96 + 25ed74a commit 149230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def authenticationFailed(request: RequestHeader)(implicit ctx: ExecutionContext)

play2.auth use [stackable-controller](https://github.com/t2v/stackable-controller)

Suppose you want to validate a token at every action in order to defeat a [Cross Site Request Forgery](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) attack.
Suppose you want to validate a token at every action in order to defeat a [Cross Site Request Forgery](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) ) attack.

Since it is impractical to perform the validation in all actions, you would define a trait like this:

Expand Down

0 comments on commit 149230b

Please sign in to comment.