What's Changed
- fix(validator): prevent type diff bug in form data parsing by @EdamAme-x in #4753
- fix(jwt): use
Math.floorinstead of bitwise OR for safe timestamp by @EdamAme-x in #4754 - fix(jwt): fix
JwtVariablesforContextVariableMapby @yusukebe in #4764 - fix(types): remove DOM type dependencies from ClientResponse and request method by @YevheniiKotyrlo in #4768
- fix(types): correct middleware types by @hmnd in #4774
- fix(jwt): prevent memory leak by avoiding mutation of options object by @EdamAme-x in #4759
New Contributors
- @YevheniiKotyrlo made their first contribution in #4768
- @hmnd made their first contribution in #4774
Full Changelog: v4.12.2...v4.12.3