Skip to content

Commit

Permalink
add title attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Mar 9, 2024
1 parent c2f4fda commit f164d48
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/csrf.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Cross-site request forgery (CSRF)"
---

# Cross-site request forgery (CSRF)

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/email-verification.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Email verification"
---

# Email verification

If your application requires user email addresses to be unique, email verification is a must. It discourages users from entering a random email address and, if password reset is implemented, allows users to take back accounts created with their email address. You may event want to block users from accessing your application's content until they verify their email address.
Expand Down
4 changes: 4 additions & 0 deletions pages/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "The Copenhagen Book"
---

# The Copenhagen Book

The Copenhagen Book provides a general guideline on implementing auth in web applications. It is free, open source, and community maintained. It may be opinionated or incomplete at times but we hope this fills a certain void in online resources. We recommend using this alongside the [OWASP Cheat Sheet series](https://cheatsheetseries.owasp.org/index.html).
Expand Down
4 changes: 4 additions & 0 deletions pages/mfa.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Multi-factor authentication (MFA)"
---

# Multi-factor authentication (MFA)

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/oauth.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "OAuth"
---

# OAuth

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/open-redirect.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Open redirect"
---

# Open redirect

Open redirect is a vulnerability where your application allows a user to control a redirect.
Expand Down
4 changes: 4 additions & 0 deletions pages/passkeys.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Passkeys"
---

# Passkeys

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/password-authentication.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Password authentication"
---

# Password authentication

- [Input validation](#input-validation)
Expand Down
4 changes: 4 additions & 0 deletions pages/password-reset.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Password reset"
---

# Password reset

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/random-values.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Generating random values"
---

# Generating random values

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/server-side-tokens.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Server-side tokens"
---

# Server-side tokens

- [Overview](#overview)
Expand Down
4 changes: 4 additions & 0 deletions pages/sessions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: "Sessions"
---

# Sessions

- [Overview](#overview)
Expand Down

0 comments on commit f164d48

Please sign in to comment.