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="

Use the signature to pass your sessionid

METHODS

BUGS

SEE ALSO

Catalyst, Catalyst::Plugin::Session,Catalyst::Plugin::Session::State::URI.

AUTHOR

Warachet Samtalee (zdk)

This module is derived from CCatalyst::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.