[tg-trunk] Re: {project}.lib.auth?

2009-01-27 Thread Gustavo Narea
On Tuesday January 27, 2009 16:08:45 Gustavo Narea wrote:     class MyAuthenticator(SQLAlchemyAuthenticatorPlugin):         def authenticate(self, environ, identity):             userid = super(MyAuthenticator, self).authenticate(environ,                                                        

[tg-trunk] Re: {project}.lib.auth?

2009-01-27 Thread Florent Aide
On Tue, Jan 27, 2009 at 4:10 PM, Gustavo Narea m...@gustavonarea.net wrote: [...] class MyAuthenticator(SQLAlchemyAuthenticatorPlugin): def authenticate(self, environ, identity): userid = super(MyAuthenticator, self).authenticate(environ,