Skip to content

Commit

Permalink
Add csrf example (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Jun 14, 2023
1 parent d207f63 commit aa39a0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This page links to examples of how to implement some things with the Epic Stack.
[@kentcdodds](https://github.com/kentcdodds): Automatically generating a
sitemap and a nice way to handle dynamic routes and customize the sitemap on a
per-route basis.
- [Cross-site Request Forgery Protection (CSRF)](https://github.com/kentcdodds/epic-stack-with-csrf)
by [@kentcdodds](https://github.com/kentcdodds): An example of the Epic Stack
with CSRF protection on forms.

## How to contribute

Expand Down

0 comments on commit aa39a0b

Please sign in to comment.