Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authentication-Store-RDBO CPAN distribution.

Report information
The Basics
Id: 26907
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Authentication-Store-RDBO

People
Owner: Nobody in particular
Requestors: mbailey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Does not work with Catalyst::Model::RDBO as listed in docs
If a Catalyst::Model::RDBO class is used as the user class, authentication will not work. It will pass off the C:M:RDBO class instead of the class it is wrapping. - Marlon
Sorry, I do not quite get what you mean. (I do not use Catalyst::Model::RDBO.) Could you please attach a small example? Or at least what your config looks like. Thanks, Uwe
From: mbailey [...] cpan.org
I spoke to the devs on #catalyst, the Authentication should work with the Model, but it doesn't because it's not aware of the methods to call on a Catalyst::Model::RDBO object. Maybe if you could just add a slight modification so that we can use it. Either something is broken when Catalyst::Authentication::Store::RDBO won't work with a Catalyst::Model::RDBO object. _Marlon_ On Mon May 07 16:08:33 2007, UVOELKER wrote: Show quoted text
> Sorry, I do not quite get what you mean. (I do not use > Catalyst::Model::RDBO.) > > Could you please attach a small example? > Or at least what your config looks like. > > > Thanks, Uwe
See the synopsis for Catalyst::Model::RDBO: You have to use My::Rose::Class for auth, not MyApp::Model::Foo. This should work. The RDBO model is just a wrapper around the actual rose classes.