On 28 June 2012 23:08, Tim Anderson <[email protected]> wrote: > That keys in the hash reference you are passing to the authenticate function > should match the keys in your CcAgent model, plus the password field you > defined in your config... something like this: > > # Attempt to log the user in > > if ( > $c->authenticate( > { > login => $username, > passwd => $password > }, > 'progressive_oauth' > ) > ) > { >
Thanks Tim. Yes, I know that but then the other two realms will fail and that's the point of progressive. I want to call one ->authenticate which tries all the realms I've defined in progressive_oauth. Gavin. -- http://www.suretecsystems.com/services/openldap/ http://www.surevoip.co.uk _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
