Hello, I am new to turbogears but was able to start an application without problems.
Now I want to use two different forms of authentification: /api/* should use basic http authentification /web/* should use the standard authentification (login/logout) At the moment I am using basic authentification for everything by using from repoze.who.plugins.basicauth import BasicAuthPlugin base_config.sa_auth.form_plugin = BasicAuthPlugin() in app_cfg.py Do I have to split the application? Regards, Christian -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

