diff --git a/docs/en/CSRF-Anti-Forgery.md b/docs/en/CSRF-Anti-Forgery.md new file mode 100644 index 0000000000..da104b856e --- /dev/null +++ b/docs/en/CSRF-Anti-Forgery.md @@ -0,0 +1,3 @@ +# CSRF/XSRF & Anti Forgery System + +TODO \ No newline at end of file diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 7531d4e9f1..0cba16382e 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -99,11 +99,15 @@ "path": "CLI.md" }, { - "text": "Authentication", + "text": "Authentication & Security", "items": [ { "text": "Social/External Logins", "path": "Authentication/Social-External-Logins.md" + }, + { + "text": "CSRF/XSRF & Anti Forgery", + "path": "CSRF-Anti-Forgery.md" } ] },