Group
Extension

Matches 2

Health-SHC ( T/TI/TIMLEGGE/Health-SHC-0.006.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Health-SHC/lib/Health/SHC.pm ( view source; MetaCPAN )
ur own keys to validate - you may trust them
    my $data = $shc_valid->get_valid_data($qr, $keys_json);

    use Health::SHC;
    my $sh = Health::SHC->new();
    my @patients = $sh->get_patients($da
Territories
    * Yukon
    * New Brunswick/Nouveau-Brunswick
    * Japan

The keys in share/keys.json (and supported regions) are based on the keys
included with https://github.com/obrassard/shc-extr
Health-SHC ( T/TI/TIMLEGGE/Health-SHC-0.006.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Health-SHC/lib/Health/SHC/Validate.pm ( view source; MetaCPAN )
inflate /;
#use MIME::Base64 qw/ decode_base64url /;
use Crypt::JWT qw(decode_jwt);
use JSON::Parse qw(read_json);
use File::ShareDir qw(dist_file);

=head1 NAME

Health::SHC::Validate - Validate the 
();
    my $data = $shc_valid->get_valid_data($qr, $keys_json);

=cut

=head1 DESCRIPTION

This perl module validates the signature of the JSON Web Token containing the
Smart Health Card data.

=cut

=head1 PREREQUISITES

=over

=item * L<Crypt::JWT>

=item * L<JSON::Parse>

=back

=cut

=head1 COPYRIGHT

The following copyright notice applies to all the files provided in
this distribution, includ

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.