This pull request implements EC signing support for JWT encoding. The JwtEncode method has been modified to include support for ES256, ES384 and ES512 algorithms.
Type of change
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
[X] Tests have been carried out to verify the encoding functionality for each ECDSA algorithm.
Description
This pull request implements EC signing support for JWT encoding. The JwtEncode method has been modified to include support for ES256, ES384 and ES512 algorithms.
Type of change
How Has This Been Tested?
[X] Tests have been carried out to verify the encoding functionality for each ECDSA algorithm.
Example in LoliCode :