updated jsvm $security.parse* token helpers to return the payload as plain object

This commit is contained in:
Gani Georgiev
2023-12-04 20:46:33 +02:00
parent 5b2575b754
commit 865865fdeb
5 changed files with 4086 additions and 4001 deletions
+3
View File
@@ -60,6 +60,9 @@
_This is arbitrary chosen and may change in the future depending on the users feedback and usage patterns._
_If you are experiencing OOM errors during large image thumb generations, especially in container environment, you can try defining the `GOMEMLIMIT=500MiB` env variable before starting the executable._
- Minor JSVM updates and fixes:
- updated `$security.parseUnverifiedJWT(token)` and `$security.parseJWT(token, key)` to return the payload result as plain object
## v0.20.0-rc3