Group
Extension

Matches 1

Plack-Middleware-Session-Simple-JWSCookie ( R/RI/RITOU/Plack-Middleware-Session-Simple-JWSCookie-0.01.tar.gz, RITOU, 2014; MetaCPAN )
Plack-Middleware-Session-Simple-JWSCookie/lib/Plack/Middleware/Session/Simple/JWSCookie.pm ( view source; MetaCPAN )
le);
use Digest::SHA1 qw//;
use Cookie::Baker;
use Plack::Util;
use Scalar::Util qw/blessed/;
use JSON::WebToken qw/encode_jwt decode_jwt/;
use Plack::Util::Accessor qw/
    alg
    secret
/;

sub pre
ding utf-8

=head1 NAME

Plack::Middleware::Session::Simple::JWSCookie - Session::Simple with JWS(JSON Web Sigmature) Cookie

=head1 SYNOPSIS

    use Plack::Middleware::Session::Simple::JWSCookie;

 
Plack::Middleware::Session::Simple.

Session cookie include session metadata with signature using JSON Web Signature.
The session cookie prevents manipulation of the session ID,
and can detect the inv

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