[PATCH] add test TestSignES256 for fcl-web/jwt with patch to fix
<!-- choose in the Description drop down box above one of the templates to avoid required information in your issue report is missing -->
## Patches
- Patch to add test [tcjwt.patch](/uploads/8ee202c1f3ed3188ef8585f67b9715a4/tcjwt.patch)
- Patch to fix signing ES256 [fpjaes256.patch](/uploads/93df10758fe1bbc87f32e6bd24bc09fc/fpjaes256.patch)
## Changes
- Adds a test to verify signing a jwt using ES256. Currently failing.
- Also fixes a freed result not being set to nil.
- Second patch to fix failing test
The problem was using Move on Key.AsPointer instead of Key.AsPointer^
Always something simple and then 3 days go by :laughing:
issue