in reply to [Catalyst] authenticate called with nonexistant realm: 'default'
Are you using an older version of the plugin, Catalyst::Plugin::Authentication?
Until version 0.10008 of this module, you needed to put all the realms inside a "realms" key in the configuration.
If so, you can either upgrade or try…
__PACKAGE__->config( 'Plugin::Authentication' => { use_session => 1, default_realm => 'default', realms => { default => { credentials => { class => 'Password'…
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [Catalyst] authenticate called with nonexistant realm: 'default'
by mcso (Novice) on Apr 15, 2014 at 06:25 UTC | |
by Your Mother (Archbishop) on Apr 16, 2014 at 17:36 UTC | |
by mcso (Novice) on Apr 24, 2014 at 06:56 UTC | |
by Anonymous Monk on Apr 24, 2014 at 07:41 UTC |