Adding EdDSA support for io.jwt built-ins (#7824)

Introducing the `io.jwt.verify_eddsa` built-in, and adding support to the following built-ins:

* `io.jwt.decode_verify`
* `io.jwt.encode_sign`
* `io.jwt.encode_sign_raw`

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2025-08-12 18:52:47 +02:00
committed by GitHub
parent 5ac310470e
commit 5faa4e2e67
14 changed files with 373 additions and 2 deletions
+17
View File
@@ -1814,6 +1814,23 @@
},
"nondeterministic": true
},
{
"name": "io.jwt.verify_eddsa",
"decl": {
"args": [
{
"type": "string"
},
{
"type": "string"
}
],
"result": {
"type": "boolean"
},
"type": "function"
}
},
{
"name": "io.jwt.verify_es256",
"decl": {