furpu / jwt.zig

Zig JSON Web Token package.
MIT License
1 stars 0 forks source link

Add ES256 tests #8

Open furpu opened 2 weeks ago

furpu commented 2 weeks ago

I'm creating this to remember to adjust tests once we can read PEM data because I want to take some examples from jwt.io to create the tests and it requires keys to be in PEM format.

furpu commented 1 week ago

Will add this once I finish the required work on pem.zig.