Long story longer, I'm finally working on Mango. This week I'm focusing
on the general bits...auth, roles, sessions, etc.

I'm currently using Store::DBIC to get auth/db up and running. Now that
it is running, I want to ditch the use of Schema classes directly in
favor of a full domain model for auth.

In theory, this should be nothing more than writing:

  ::Store::Mango
  ::Store::Mango::Backend
  ::Store::Mango::User

which turn uses the real Mango::User(s)/Mango::Role(s) classes to do its
evil bidding. Any words of wisdom?

Can those three packages be in the same file, or need they be seperate
files?

-=Chris

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to