Tornado authentication should work fine. There really isn't an role- based authorization solution as part of Tornado ( at least not that I could find ). Ideally, I'd like controller-level authorization ( which AuthKit has ) AND resource level ( Model ). I'll take another look at Repoze.what. My alternative is to write the Authorization piece myself.
Thanks! Paul On Apr 3, 2:36 pm, cd34 <[email protected]> wrote: > Authkit hasn't been maintained for quite a while. Repoze.who/what is > a little more maintainable, but, what is it about Tornado's auth that > doesn't work for you? > > http://www.tornadoweb.org/documentation#user-authentication > > I didn't find too many issues with their auth short of it needing some > extra functionality for one project, but, overall, it worked pretty > well. -- 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.
