Re: [Repoze-dev] repoze.who plugins

2009-04-20 Thread Wichert Akkerman
Previously Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christoph Zwerschke wrote: > > Hello, a question about the repoze.who plugin concept: > > > > I'm just writing a plugin for authentication against an XML-RPC service, > > implementing the authenticator and metadat

Re: [Repoze-dev] repoze.who plugins

2009-04-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christoph Zwerschke wrote: > Hello, a question about the repoze.who plugin concept: > > I'm just writing a plugin for authentication against an XML-RPC service, > implementing the authenticator and metadata provider interfaces . > > Inside the authen

[Repoze-dev] repoze.who plugins

2009-04-20 Thread Christoph Zwerschke
Hello, a question about the repoze.who plugin concept: I'm just writing a plugin for authentication against an XML-RPC service, implementing the authenticator and metadata provider interfaces . Inside the authenticate() method, I make a call to the XML-RPC service to check if the user exists and