Commit Graph

22 Commits (22476f4a82ca9e34b75ea89ee2a7b1efdb48182b)

Author SHA1 Message Date
chrontax 22476f4a82
change all local never mutated vars to consts 2024-01-02 14:44:26 +01:00
LeRoyce Pearson 02a2b54f94 Fix `zig build test` not running test suite 2023-08-16 23:00:30 -06: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
LeRoyce Pearson 054d96bdd9 Add MIT license to zigmod metatdata 2021-08-31 20:57:22 -06:00
LeRoyce Pearson f3d9007004 Merge branch 'nektro-master' 2021-08-31 20:38:26 -06: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 c5416e3088 Add jwt package to gyro.zzz 2021-05-11 02:13:59 -06:00
LeRoyce Pearson a6d1611019 Add MIT license 2021-05-11 02:11:14 -06:00
LeRoyce Pearson 1052034806 Add README and list of features 2021-05-11 02:01:03 -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