-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated JWT library to 2.5.2 Added 2 new methods to the IWiRLConfigurationNeon interface: AddSerializer & RemoveSerializer Fixed TArrayDataSetWriter with the new Neon configuration
- Loading branch information
1 parent
f960d2c
commit 460343b
Showing
5 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
Submodule JWT
updated
12 files
+16 −3 | Source/Common/JOSE.Types.Bytes.pas | |
+89 −0 | Tests/JOSE.Tests.dpr | |
+530 −0 | Tests/JOSE.Tests.dproj | |
+ − | Tests/JOSE.Tests.res | |
+56 −0 | Tests/Source/JOSE.Tests.Builder.pas | |
+206 −0 | Tests/Source/JOSE.Tests.Common.pas | |
+56 −0 | Tests/Source/JOSE.Tests.Consumer.pas | |
+56 −0 | Tests/Source/JOSE.Tests.JWA.pas | |
+56 −0 | Tests/Source/JOSE.Tests.JWK.pas | |
+64 −0 | Tests/Source/JOSE.Tests.JWS.pas | |
+56 −0 | Tests/Source/JOSE.Tests.JWT.pas | |
+53 −0 | Tests/Source/JOSE.Tests.Utils.pas |
Submodule Neon
updated
33 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters