I did implement a Catalyst authentication application (captchas, password reminders, access logs, etc…).
How am I supposed to re-use it in different Catalyst applications? I.e.:
Or – more generally – how am I supposed to let two applications talk each other?
I did implement a Catalyst authentication application (captchas, password reminders, access logs, etc…). How
Share
You can abstract common components in your local catalystX namespace and extend your controllers and models from that namespace .