-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (59 loc) · 1.95 KB
/
Copy pathmkdocs.yml
File metadata and controls
63 lines (59 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
site_name: FastAPI PASETO
site_description: FastAPI extension that provides PASETO Auth support
theme:
name: material
palette:
primary: black
repo_name: Raze-Systems/fastapi-paseto
repo_url: https://github.com/Raze-Systems/fastapi-paseto
markdown_extensions:
- markdown_include.include:
base_path: docs
- toc:
permalink: true
- pymdownx.highlight:
linenums_style: pymdownx.inline
- pymdownx.magiclink:
user: Raze-Systems
repo: fastapi-paseto
repo_url_shorthand: true
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
- attr_list
- def_list
- admonition
- codehilite
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.inlinehilite
nav:
- About: index.md
- Usage:
- Basic Usage: usage/basic.md
- JSON Body Tokens: usage/json.md
- WebSocket Usage: usage/websocket.md
- Partially Protecting: usage/optional.md
- Refresh Tokens: usage/refresh.md
- Freshness Tokens: usage/freshness.md
- Revoking Tokens: usage/revoking.md
- Advanced Usage:
- Additional claims: advanced-usage/additional-claims.md
- Token Expire Time: advanced-usage/expiry_time.md
- Token Purpose: advanced-usage/purpose.md
- Footers and Assertions: advanced-usage/footer-assertion.md
- Per-route Overrides: advanced-usage/overrides.md
- Validation and Custom Types: advanced-usage/validation.md
- Key Management: advanced-usage/key-management.md
- Bigger Applications: advanced-usage/bigger-app.md
- Generate Documentation: advanced-usage/generate-docs.md
- Configuration Options:
- General Options: configuration/general.md
- HTTP Transport Options: configuration/headers.md
- Denylist Options: configuration/denylist.md
- Examples: examples.md
- API Documentation: api-doc.md
- Supply Chain Security: supply-chain-security.md
- Development - Contributing: contributing.md
- Release Notes: release-notes.md
extra_css:
- "css/custom.css"