Commit Graph

15 Commits (054d96bdd93d0f2ff93510f544990c0308126460)

Author SHA1 Message Date
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