Skip to content

Commit aa39a0b

Browse files
authored
Add csrf example (#181)
1 parent d207f63 commit aa39a0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/examples.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This page links to examples of how to implement some things with the Epic Stack.
1515
[@kentcdodds](https://github.com/kentcdodds): Automatically generating a
1616
sitemap and a nice way to handle dynamic routes and customize the sitemap on a
1717
per-route basis.
18+
- [Cross-site Request Forgery Protection (CSRF)](https://github.com/kentcdodds/epic-stack-with-csrf)
19+
by [@kentcdodds](https://github.com/kentcdodds): An example of the Epic Stack
20+
with CSRF protection on forms.
1821

1922
## How to contribute
2023

0 commit comments

Comments
 (0)