| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Catalyst
Revision: 8510
Author: t0m
Date: 06 Oct 2008 14:54:09
Changes:Checking in changes prior to tagging of version 1.006. Changelog diff is:
=== Changes
==================================================================
--- Changes (revision 7951)
+++ Changes (local)
@@ -1,6 +1,7 @@
1.006 2008-10-06
- Added username_field configuration option. I need this to play
nice with Catalyst::Authentication::Store::Tangram.
+ - Doc cleanups / clarifications related to RT#39838
1.005 2008-09-25
- Added better description of the use of the domains and
| ... | ...@@ -408,9 +408,11 @@ | |
| 408 | 408 | |
| 409 | 409 | $c->authenticate({ realm => "example" }); |
| 410 | 410 | # either user gets authenticated or 401 is sent |
| 411 | # Note that the authentication realm sent to the client is overridden | |
| 412 | # here, but this does not affect the Catalyst::Authentication::Realm | |
| 413 | # used for authentication. | |
| 411 | # Note that the authentication realm sent to the client (in the | |
| 412 | # RFC 2617 sense) is overridden here, but this *does not* | |
| 413 | # effect the Catalyst::Authentication::Realm used for | |
| 414 | # authentication - to do that, you need | |
| 415 | # $c->authenticate({}, 'otherrealm') | |
| 414 | 416 | |
| 415 | 417 | do_stuff(); |
| 416 | 418 | } |
| ... | ...@@ -1,6 +1,7 @@ | |
| 1 | 1 | 1.006 2008-10-06 |
| 2 | 2 | - Added username_field configuration option. I need this to play |
| 3 | 3 | nice with Catalyst::Authentication::Store::Tangram. |
| 4 | - Doc cleanups / clarifications related to RT#39838 | |
| 4 | 5 | |
| 5 | 6 | 1.005 2008-09-25 |
| 6 | 7 | - Added better description of the use of the domains and |