Skip to content

Commit

Permalink
add close bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 23, 2015
1 parent 5fa0adc commit 25ed74a
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 @@ -435,7 +435,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 25ed74a

Please sign in to comment.