Commit 4b6adcc
* docs(backend): correct TypeScript code fences in TS tabs (controllers, services, middlewares, routes)
* docs(bundlers): clarify webpack config example rename and JS/TS filenames
* docs(routes): add guidance to prefer fully-qualified handler names in custom routers
* docs(api-tokens): add concise security tip (least privilege, rotation, secrets manager)
* docs(controllers): add caution about validateQuery/sanitizeQuery/sanitizeOutput when overriding actions
* docs(policies): clarify scoped policy folders and fix example path
* docs(webhooks): add signature verification tip and fix TS config path
* Limit PR scope based on title; keep only intended doc(s); revert unrelated files
* Webhooks docs: expand security guidance on signing and verifying payloads; add references (PR #2849)
* Webhooks docs: add HMAC verification example and external references; remove redundant line (PR #2849)
* Webhooks docs: wrap HMAC verification example in <details> with summary (PR #2849)
* Webhooks docs: convert HMAC verification example to JS/TS Tabs (PR #2849)
* Webhooks docs: use ExternalLink components for external examples (PR #2849)
* Webhooks docs: use ExternalLink components for Learn more links (PR #2849)
* Apply suggestion from @pwizla
* Apply suggestion from @pwizla
* Fix syntax
* Update llms.txt
---------
Co-authored-by: GitHub Actions <[email protected]>
1 parent a9ef316 commit 4b6adcc
File tree
2 files changed
+111
-4
lines changed- docusaurus
- docs/cms/backend-customization
- static
2 files changed
+111
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
76 | 171 | | |
77 | 172 | | |
78 | 173 | | |
| |||
98 | 193 | | |
99 | 194 | | |
100 | 195 | | |
101 | | - | |
| 196 | + | |
102 | 197 | | |
103 | 198 | | |
104 | 199 | | |
| |||
514 | 609 | | |
515 | 610 | | |
516 | 611 | | |
517 | | - | |
| 612 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5915 | 5915 | | |
5916 | 5916 | | |
5917 | 5917 | | |
5918 | | - | |
5919 | 5918 | | |
5920 | | - | |
| 5919 | + | |
| 5920 | + | |
| 5921 | + | |
| 5922 | + | |
| 5923 | + | |
| 5924 | + | |
| 5925 | + | |
| 5926 | + | |
| 5927 | + | |
| 5928 | + | |
| 5929 | + | |
| 5930 | + | |
| 5931 | + | |
| 5932 | + | |
5921 | 5933 | | |
5922 | 5934 | | |
5923 | 5935 | | |
| |||
0 commit comments