Closed jknack closed 9 years ago
{ use("*", new Csrf()); }
Every request will have access to csrf token. POST, PUT, PATCH and DELETE will be checked by the Csrf filter.
csrf
POST
PUT
PATCH
DELETE
Csrf
https://github.com/jooby-project/jooby/commit/1f082860bddac4ea2a9ecbed837f78e4f2449be3
Every request will have access to
csrf
token.POST
,PUT
,PATCH
andDELETE
will be checked by theCsrf
filter.