Mojo-JWT

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

 token

    The most recently encoded or decoded token. Note that any attribute
    modifications are not taken into account until "encode" is called
    again.

 verify_rsa

      my $bool = $jwt->verify_rsa($size, $payload, $signature);

    Returns true if the given RSA size algorithm validates the given
    payload and signature. The "public" attribute is used as the public
    key. This method is provided mostly for the purposes of subclassing.

SEE ALSO

    Acme::JWT

    JSON::WebToken

    http://jwt.io/

lib/Mojo/JWT.pm  view on Meta::CPAN


=head2 token

The most recently encoded or decoded token.
Note that any attribute modifications are not taken into account until L</encode> is called again.

=head2 verify_rsa

  my $bool = $jwt->verify_rsa($size, $payload, $signature);

Returns true if the given RSA size algorithm validates the given payload and signature.
The L</public> attribute is used as the public key.
This method is provided mostly for the purposes of subclassing.

=head1 SEE ALSO

=over

=item L<Acme::JWT>

=item L<JSON::WebToken>

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.196 second using v1.00-cache-2.02-grep-82fe00e-cpan-0ab70e22118 )