Skip to content

Commit

Permalink
add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Mar 9, 2024
1 parent 07a4712 commit 933ac4b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/csrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Cross-site request forgery (CSRF)"

# Cross-site request forgery (CSRF)

## Table of contents

- [Overview](#overview)
- [Cross-site vs cross-origin](#cross-site-vs-cross-origin)
- [Prevention](#prevention)
Expand Down
2 changes: 2 additions & 0 deletions pages/email-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: "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.

## Table of contents

- [Input validation](#input-validation)
- [Sub-addressing](#sub-addressing)
- [Email verification codes](#email-verification-codes)
Expand Down
2 changes: 2 additions & 0 deletions pages/mfa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Multi-factor authentication (MFA)"

# Multi-factor authentication (MFA)

## Table of contents

- [Overview](#overview)
- [Time-based one time passwords (TOTP)](#time-based-one-time-passwords-totp)
- [Generate QR code](#generate-qr-code)
Expand Down
2 changes: 2 additions & 0 deletions pages/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "OAuth"

# OAuth

## Table of contents

- [Overview](#overview)
- [Create authorization URL](#create-authorization-url)
- [Validate authorization code](#validate-authorization-code)
Expand Down
2 changes: 2 additions & 0 deletions pages/passkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Passkeys"

# Passkeys

## Table of contents

- [Overview](#overview)
- [Challenge](#challenge)
- [Registration](#registration)
Expand Down
2 changes: 2 additions & 0 deletions pages/password-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Password authentication"

# Password authentication

## Table of contents

- [Input validation](#input-validation)
- [Checking for compromised passwords](#checking-for-compromised-passwords)
- [Password storage](#password-storage)
Expand Down
2 changes: 2 additions & 0 deletions pages/password-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Password reset"

# Password reset

## Table of contents

- [Overview](#overview)
- [Password reset links](#password-reset-links)
- [Rate limiting](#rate-limiting)
Expand Down
2 changes: 2 additions & 0 deletions pages/random-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Generating random values"

# Generating random values

## Table of contents

- [Overview](#overview)
- [Random strings](#random-strings)
- [Custom character set](#custom-character-set)
Expand Down
2 changes: 2 additions & 0 deletions pages/server-side-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Server-side tokens"

# Server-side tokens

## Table of contents

- [Overview](#overview)
- [Generating tokens](#generating-tokens)
- [Storing tokens](#storing-tokens)
Expand Down
2 changes: 2 additions & 0 deletions pages/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Sessions"

# Sessions

## Table of contents

- [Overview](#overview)
- [Session lifetime](#session-lifetime)
- [Sudo mode](#sudo-mode)
Expand Down

0 comments on commit 933ac4b

Please sign in to comment.