-
-
17 Mar 2011 02:31:21 UTC
- Distribution: Catalyst-Plugin-Session-State-Auth
- Module version: 0.0005
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (509 / 1 / 0)
- Kwalitee
Bus factor: 0- 50.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (19.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Warachet Samtalee (zdk)
- Dependencies
- Catalyst::Plugin::Session
- MRO::Compat
- Moose
- MooseX::Emulate::Class::Accessor::Fast
- namespace::clean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- SYNOPSIS In MyApp.pm use Catalyst qw/ Session Session::State::Auth Session::Store::Foo /;
- DESCRIPTION
- METHODS
- BUGS
- SEE ALSO
- AUTHOR
- COPYRIGHT & LICENSE
NAME
Catalyst::Plugin::Session::State::Auth - Use signature in HTTP MAC authentication scheme to pass the session id between requests
SYNOPSIS In MyApp.pm use Catalyst qw/ Session Session::State::Auth Session::Store::Foo /;
DESCRIPTION
In your HTTP request Authorization: MAC token="h480djs93hd8", timestamp="137131200", nonce="dj83hs9s", signature="kDZvddkndxvhGRXZhvuDjEWhGeE="
In order for Catalyst::Plugin::Session to work, Use the mac signature to pass your sessionid, and the session data needs to be stored on the server.
Note that this pre-alpha version has no way to rewrite outgoing data.
METHODS
BUGS
SEE ALSO
Catalyst, Catalyst::Plugin::Session,Catalyst::Plugin::Session::State::URI.
AUTHOR
Warachet Samtalee (zdk)
This module is derived from Catalyst::Plugin::Session::State::URI code.
COPYRIGHT & LICENSE
Copyright 2011 the above author(s).
This sofware is free software, and is licensed under the same terms as perl itself.
Module Install Instructions
To install Catalyst::Plugin::Session::State::Auth, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Plugin::Session::State::Auth
perl -MCPAN -e shell install Catalyst::Plugin::Session::State::Auth
For more information on module installation, please visit the detailed CPAN module installation guide.