Commit Graph

16 Commits (fc2088fabb38d8d87b256059e2ff8884e175172c)

Author SHA1 Message Date
chrontax 22476f4a82
change all local never mutated vars to consts 2024-01-02 14:44:26 +01:00
LeRoyce Pearson 78912f87c1 Fix typo 2023-08-16 23:00:01 -06:00
Meghan Denny 52070e442a update to Zig 0.11 2023-08-16 21:32:50 -07:00
LeRoyce Pearson eeed72622e Update build.zig; use @tagName instead std.meta.tagName 2023-06-03 13:09:52 -06:00
Meghan Denny 6623561a2e update to zig master 0.11.0-dev.3134+018b743c7 2023-05-31 01:31:46 -07:00
Meghan Denny 1375987491 update for zig 0.9.0 2021-12-24 20:33:17 -08:00
Meghan Denny afbaed1c6f condense all signature generations functions into one 2021-08-27 01:50:06 -07:00
Meghan Denny c064accc0d move Algorithm into the parameters so it can be comptime known 2021-08-27 01:49:15 -07:00
Meghan Denny 1ebce93e65 condense method signature 2021-08-27 01:47:58 -07:00
Meghan Denny 1e8ffb6240 update to lastest zig master 2021-08-27 01:47:38 -07:00
LeRoyce Pearson 264fa944f1 Add HS512 algorithm 2021-05-11 08:32:17 -06:00
LeRoyce Pearson 51590dd938 Add HS384 algorithm 2021-05-11 08:26:59 -06:00
LeRoyce Pearson c4186d71c0 Implement typed and untyped encode/validate 2021-05-11 01:46:39 -06:00
LeRoyce Pearson b8267a940b Make encode and validate take similar options 2021-05-11 01:20:54 -06:00
LeRoyce Pearson c3d434f588 Implement generating JWS tokens with HMAC SHA-256 2021-05-11 01:12:04 -06:00
LeRoyce Pearson 6bd4aef543 Implement validation of HS256 JWTs 2021-05-10 23:57:41 -06:00