alcoholic_jwt 4091.0.0

Library for validation of RS256 JWTs
Documentation
{ depot, pkgs, ... }:

depot.third_party.naersk.buildPackage {
  src = ./.;
  buildInputs = with pkgs; [
    openssl
    pkgconfig
  ];
}