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