Commit ed233eb
authored
Forms: Add jwt filter (#45731)
* Forms: Add forms jwt filter
Introduces filter to allow customization of the secret used for signing contact form JWT tokens. Falls back to the default secret if the filter does not return a value.
* changelog
* Update the copy and check that we are returning a string from the filter.
* fix to be plural1 parent 40664d4 commit ed233eb
File tree
2 files changed
+17
-0
lines changed- projects/packages/forms
- changelog
- src/contact-form
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
392 | 405 | | |
393 | 406 | | |
394 | 407 | | |
| |||
0 commit comments