Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Update 05-CSRF-Protection.adoc (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Belling authored Aug 31, 2020
1 parent 73d9e61 commit 29582ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-Security/05-CSRF-Protection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ link:https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)[Cross-Sit
AdonisJs protects your application from CSRF attacks by denying unidentified requests. HTTP requests with *POST, PUT and DELETE* methods are checked to make sure that the right people from the right place invoke these requests.

== Setup
Install the `sheild` provider via npm by executing the following command:
Install the `shield` provider via npm by executing the following command:
[source, bash]
----
> adonis install @adonisjs/shield
Expand Down

0 comments on commit 29582ff

Please sign in to comment.