I used form based authentication, copied some quickstart source code and able to work with redis now.
Thank you so much for guidelines.. Regards, Krish On Tue, Jul 13, 2010 at 2:02 AM, Gustavo Narea <[email protected]> wrote: > Hello, Gopalakrishnan. > > A repoze.who identifier is the component that checks whether the user > was authenticated previously. A challenger is the component in charge > of asking the user, somehow, to provide their credentials (e.g., > username and password). > > So thanks to identifiers, we don't have to challenge on every request. > > HTH. > > - Gustavo. > > On Jul 7, 9:25 pm, Gopalakrishnan Subramani > <[email protected]> wrote: > > Hello Gustavo, > > > > Can you please let me understand what is identifiers, challengers? I > > will be using form based authentication, > > where the user name and password shall be stored in the redis > > database. I would store the group and permission also as part of > > redis. > > > > I can refer HTPasswdPlugin and try to make Redis based > > authentication.. Still I could not get > > identifiers and challengers > > > > Regards, > > > > Krish > > > > > > > > On Thu, Jul 8, 2010 at 1:32 AM, Gustavo Narea <[email protected]> > wrote: > > > Hello, > > > > > On Jul 7, 7:11 pm, Gopalakrishnan Subramani > > > <[email protected]> wrote: > > > > Can you please tell me what is that extra argument .. contains? > > > > > The arguments to configure repoze.who: > > >http://tinyurl.com/repoze-what-setup-auth > > > > > > Like whatpylonsproject, if you have any sample app which uses > > > > redis for both authentication and authorization, it will be easy for > me.. > > > Do > > > > you have any sample app please? > > > > > I'm sorry, but I haven't seen an application like that publicly > > > available. :/ > > > > > HTH. > > > > > - Gustavo. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "pylons-discuss" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<pylons-discuss%[email protected]> > <pylons-discuss%2bunsubscr...@go oglegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/pylons-discuss?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pylons-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
