| Catalyst::Plugin::Session::State::Auth |
Catalyst::Plugin::Session::State::Auth - Use signature in HTTP MAC authentication scheme to pass the session id between requests
In your HTTP request Authorization: MAC token="h480djs93hd8", timestamp="137131200", nonce="dj83hs9s", signature="kDZvddkndxvhGRXZhvuDjEWhGeE="
In order for the Catalyst::Plugin::Session manpage 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.
Catalyst, the Catalyst::Plugin::Session manpage,the Catalyst::Plugin::Session::State::URI manpage.
Warachet Samtalee (zdk)
This module is derived from the Catalyst::Plugin::Session::State::URI manpage code.
Copyright 2011 the above author(s).
This sofware is free software, and is licensed under the same terms as perl itself.
| Catalyst::Plugin::Session::State::Auth |