Re: [Catalyst] catalyst authorization , self_check

2017-11-13 Thread Rajesh Mallah
Thanks it did work! and Thanks again for replying so soon! Kind Regards Rajesh Mallah. lib/MyProj/Schema/Result/MyProjUser.pm sub myrolecol { my ($self) = @_; my $log = Log::Log4perl->get_logger(); $log -> debug ("myrolecol has been called!

[Catalyst] catalyst authorization , self_check

2017-11-13 Thread Rajesh Mallah
Hi , the roles of my users cannot be represented in a table column for a separate relation . It involves some logic that can be put in a subroutine/method of my DBIx::Class schema object representing the user. my Auth setup is as below:

Re: [Catalyst] Catalyst based Content Management/Blogging

2018-04-20 Thread Rajesh Mallah
Hi , Please have a look at WebGUI http://www.webgui.org/ I am not sure if it uses catalyst though Regds Rajesh Kumar Mallah. Redgrape Technologies ( https://www.redgrape.tech ) Mobile: 09811255597, Land: 011-49044122

Re: [Catalyst] Overwriting/restoring request data

2018-11-04 Thread Rajesh Mallah
Hi Carl , why not just use sessions which are available irrespective of user is logged in or not $c->session i mean. Regds Rajesh Kumar Mallah. Redgrape Technologies ( https://www.redgrape.tech ) Mobile: 09811255597, Land: 011-49044122