Re: How to use Nevow.guard
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <20091125191115.26747.991343464.divmod.xquotient.22@localhost.localdomain> |
On 06:41 pm, [email protected] wrote: >Hi, I'd like to know if there is any example available of how to use >this >module. I've search the web but didn't find something useful. > >I've a Nevow app working and I'd like to add user authentication to it. Here's a couple: http://divmod.org/trac/browser/trunk/Nevow/examples/guarded/ Jean-Paul