Commit Graph

  • fc2088fabb add build.zig.zon; update build.zig to zig 0.13 master yehuthi 2024-06-19 09:26:57 +0300
  • 390ffd6732 ignore zig directories at project root only yehuthi 2024-06-19 09:18:52 +0300
  • 61226a6a82
    Update build.zig.zon Yehuthi 2024-06-19 16:43:26 +0300
  • 93285074c7 fix zig zon paths yehuthi 2024-06-19 09:31:28 +0300
  • d722767da3 update build file yehuthi 2024-06-19 09:27:14 +0300
  • e7576b1037 add build.zig.zon file yehuthi 2024-06-19 09:26:57 +0300
  • 3999e6c7de improve .gitignore yehuthi 2024-06-19 09:18:52 +0300
  • c06e822508 change var to const yehuthi 2024-06-19 09:18:16 +0300
  • 22476f4a82
    change all local never mutated vars to consts chrontax 2024-01-02 14:44:26 +0100
  • 02a2b54f94 Fix `zig build test` not running test suite LeRoyce Pearson 2023-08-16 23:00:30 -0600
  • 78912f87c1 Fix typo LeRoyce Pearson 2023-08-16 23:00:01 -0600
  • 52070e442a update to Zig 0.11 Meghan Denny 2023-08-16 21:32:50 -0700
  • eeed72622e Update build.zig; use @tagName instead std.meta.tagName LeRoyce Pearson 2023-06-03 13:09:52 -0600
  • 6623561a2e update to zig master 0.11.0-dev.3134+018b743c7 Meghan Denny 2023-05-31 01:31:46 -0700
  • 1375987491 update for zig 0.9.0 Meghan Denny 2021-12-24 20:33:17 -0800
  • 054d96bdd9 Add MIT license to zigmod metatdata LeRoyce Pearson 2021-08-31 20:57:22 -0600
  • f3d9007004 Merge branch 'nektro-master' LeRoyce Pearson 2021-08-31 20:38:26 -0600
  • afbaed1c6f condense all signature generations functions into one Meghan Denny 2021-08-27 01:50:06 -0700
  • c064accc0d move Algorithm into the parameters so it can be comptime known Meghan Denny 2021-08-27 01:49:15 -0700
  • 1ebce93e65 condense method signature Meghan Denny 2021-08-27 01:47:58 -0700
  • 1e8ffb6240 update to lastest zig master Meghan Denny 2021-08-27 01:47:38 -0700
  • 264fa944f1 Add HS512 algorithm LeRoyce Pearson 2021-05-11 08:32:17 -0600
  • 51590dd938 Add HS384 algorithm LeRoyce Pearson 2021-05-11 08:26:59 -0600
  • c5416e3088 Add jwt package to gyro.zzz LeRoyce Pearson 2021-05-11 02:13:59 -0600
  • a6d1611019 Add MIT license LeRoyce Pearson 2021-05-11 02:11:14 -0600
  • 1052034806 Add README and list of features LeRoyce Pearson 2021-05-11 01:58:16 -0600
  • c4186d71c0 Implement typed and untyped encode/validate LeRoyce Pearson 2021-05-11 01:46:39 -0600
  • b8267a940b Make encode and validate take similar options LeRoyce Pearson 2021-05-11 01:20:54 -0600
  • c3d434f588 Implement generating JWS tokens with HMAC SHA-256 LeRoyce Pearson 2021-05-11 01:12:04 -0600
  • 6bd4aef543 Implement validation of HS256 JWTs LeRoyce Pearson 2021-05-10 23:57:41 -0600