Files
regorus/tests
Anand Krishnamoorthi 4f7b9a4292 fix!: Remove ring dependency (#380)
Remove dependency on jsonwebtoken which brings in the ring crate.
Ring crate triggers governance violations.

Support for JWT will be implemented in future using a more governance
compliant crate.

BREAKING CHANGE

Prior to this PR, support for jwt builtins was minimially implemented.
Only io.jwt.decode and io.jwt.decode_verify was implemented.
With this PR, those builtins will no longer be available. They are
planned to be implemented in the future. In the meantime, they can be
brought back in via Engine::add_extension.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2025-03-14 10:49:57 -07:00
..
2025-03-10 11:56:01 -07:00
2024-09-13 16:39:19 -07:00
2025-03-10 11:56:01 -07:00
2024-05-13 06:42:35 -07:00
2024-09-13 16:39:19 -07:00
2024-01-19 14:51:14 -08:00
2024-05-13 06:42:35 -07:00
2024-05-13 06:42:35 -07:00
2025-03-14 10:49:57 -07:00