From 59e686aba7122e006eab2797b42b5bc5425998d4 Mon Sep 17 00:00:00 2001 From: ab Date: Fri, 3 May 2024 09:47:18 +0200 Subject: [PATCH 1/2] Updated mORMot library reference Update 23-Delphi.json to reflect the mORMot 2 library repository, which now features all JWT algorithms. --- views/website/libraries/23-Delphi.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/views/website/libraries/23-Delphi.json b/views/website/libraries/23-Delphi.json index 04a13b48..2f184bba 100644 --- a/views/website/libraries/23-Delphi.json +++ b/views/website/libraries/23-Delphi.json @@ -52,23 +52,23 @@ "iat": true, "jti": true, "hs256": true, - "hs384": false, - "hs512": false, - "rs256": false, - "rs384": false, - "rs512": false, + "hs384": true, + "hs512": true, + "rs256": true, + "rs384": true, + "rs512": true, "es256": true, - "es384": false, - "es512": false, - "ps256": false, - "ps384": false, - "ps512": false + "es384": true, + "es512": true, + "ps256": true, + "ps384": true, + "ps512": true }, "authorUrl": "https://github.com/synopse", "authorName": "Synopse", - "gitHubRepoPath": "synopse/mORMot", - "repoUrl": "https://github.com/synopse/mORMot", - "installCommandHtml": "git clone https://github.com/synopse/mORMot" + "gitHubRepoPath": "synopse/mORMot2", + "repoUrl": "https://github.com/synopse/mORMot2", + "installCommandHtml": "git clone https://github.com/synopse/mORMot2" } ] } From b30752b9b179f6aec8180a0c538137d87da358d5 Mon Sep 17 00:00:00 2001 From: ab Date: Fri, 3 May 2024 09:52:25 +0200 Subject: [PATCH 2/2] Update 23-Delphi.json --- views/website/libraries/23-Delphi.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/website/libraries/23-Delphi.json b/views/website/libraries/23-Delphi.json index 2f184bba..dd0a678c 100644 --- a/views/website/libraries/23-Delphi.json +++ b/views/website/libraries/23-Delphi.json @@ -51,6 +51,7 @@ "nbf": true, "iat": true, "jti": true, + "typ": true, "hs256": true, "hs384": true, "hs512": true, @@ -58,11 +59,13 @@ "rs384": true, "rs512": true, "es256": true, + "es256k": true, "es384": true, "es512": true, "ps256": true, "ps384": true, - "ps512": true + "ps512": true, + "eddsa": true }, "authorUrl": "https://github.com/synopse", "authorName": "Synopse",