about summary refs log tree commit diff
path: root/net/alcoholic_jwt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-12 r/7001 chore(net/alcoholic_jwt): bump cargo dependenciesVincent Ambo1-46/+45
Fixes: * RUSTSEC-2023-0022 * RUSTSEC-2023-0044 * RUSTSEC-2023-0023 * RUSTSEC-2023-0024 Change-Id: I6eb9d1041e6b4ce4665e9829ad4aad5385990724 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10015 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
2022-09-28 r/4980 chore(3p/sources): Bump channels & overlayssterni1-1/+1
Upstream nixpkgs removed a lot of aliases this time, so we needed to do the following transformations. It's a real shame that aliases only really become discoverable easily when they are removed. * runCommandNoCC -> runCommand * gmailieer -> lieer We also need to work around the fact that home-manager hasn't catched on to this rename. * mysql -> mariadb * pkgconfig -> pkg-config This also affects our Nix fork which needs to be bumped. * prometheus_client -> prometheus-client * rxvt_unicode -> rxvt-unicode-unwrapped * nix-review -> nixpkgs-review * oauth2_proxy -> oauth2-proxy Additionally, some Go-related builders decided to drop support for passing the sha256 hash in directly, so we need to use the generic hash arguments. Change-Id: I84aaa225ef18962937f8616a9ff064822f0d5dc3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6792 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-05-16 r/4091 chore(alcoholic_jwt): prepare release v4091Vincent Ambo2-2/+2
Documentation updates & dependency bumps. Change-Id: I18c3e9ad34ebf970c3ce81183188508976c2d4e6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5624 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
2022-05-16 r/4090 chore(alcoholic_jwt): update copyright headerVincent Ambo2-2/+2
The original copyright was released back in the day when Aprila and I parted ways, and I'm happy with just assigning it to TVL. Change-Id: I8fcba55bfa7f460b29e60f29e8fd24ffca2cd75b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5623 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
2022-05-16 r/4089 docs(alcoholic_jwt): add 'contributing' section to docsVincent Ambo1-0/+12
Change-Id: Iaa06b3a7d643a2688d43275aedf708fa4208586c Reviewed-on: https://cl.tvl.fyi/c/depot/+/5622 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
2022-05-16 r/4088 chore(alcoholic_jwt): base64: 0.10 -> 0.13Vincent Ambo2-13/+4
this removes another transitive dependency \o/ Change-Id: I511b54c5841066e6f517edfc2c81ec607ca2bf55 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5621 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
2022-05-16 r/4084 chore(alcoholic_jwt): Prepare release of v4084Vincent Ambo1-3/+4
Change-Id: Id45d4b7b33c29ed8ae3c487c4303266a8ca0fad3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5617 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
2022-05-16 r/4083 chore(alcoholic_jwt): bump cargo dependenciesVincent Ambo1-34/+48
a simple `cargo update` Change-Id: I388fcb3822678e7f025f0f86c6e9af450bf29bd8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5616 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
2022-05-16 r/4082 feat(net/alcoholic_jwt): Implement Error for ValidationErrorGriffin Smith1-0/+34
This allows using it unchanged in contexts where working with &dyn Error is desirable, such as when using anyhow. Change-Id: Ide34025e432204546b2c80b14b870af42dbfbb44 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5615 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: grfn <grfn@gws.fyi>
2022-05-16 r/4081 chore(net/alcoholic_jwt): Remove travis-ci build badgeGriffin Smith1-2/+0
It looks like this has been very obsolete for a very long time Change-Id: I34d1200e3d9595f0ab9101329aec7774f965a154 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5614 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: grfn <grfn@gws.fyi>
2022-02-08 r/3791 style(rust): Format all Rust code with rustfmtVincent Ambo2-39/+57
Change-Id: Iab7e00cc26a4f9727d3ab98691ef379921a33052 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5240 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: tazjin <tazjin@tvl.su>
2021-08-15 r/2737 feat(alcoholic_jwt): Add Nix build for crateVincent Ambo2-0/+201
... mostly to get CI. Note that this adds the Cargo.lock file because we require pinning, but it is generally not required for Rust libraries. Change-Id: Iedbd3758e8df8a7f60fe67b6b06c8e41aba8f345 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3362 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
2021-08-15 r/2736 chore(alcoholic_jwt): Prepare 1.0.1 releaseVincent Ambo1-3/+3
This release includes fixes for the audience claim. It has also been pointed out to me that the repository URL on crates.io was pointing at the old location. Change-Id: Ie6265c86932a67a8f8c0210271f1d69b6394756b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3361 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
2020-07-06 r/1227 fix(alcoholic_jwt): Support multiple values in jwt audience claimCaranatar1-2/+16
Per https://tools.ietf.org/html/rfc7519#section-4.1.3, the audience claim can consist of either a single string or an array of strings. The latter currently causes an error due to the type of aud in PartialClaims. Message-Id: <87r1toex8n.fsf@riseup.net> Change-Id: I6e00791d0ba56cb1e3c029e1b8617c33000d2ab1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/946 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
2019-12-21 chore(alcoholic_jwt): Prepare for depot mergeVincent Ambo6-0/+1268