Go have a look at mod_auth_tkt. In general that is a better option for what you want.
http://www.openfusion.com.au/labs/mod_auth_tkt/ Graham On 2 September 2011 11:42, djmurf <[email protected]> wrote: > I believe I know the answer to this question, but I want to throw it > out there anyway. > > I'm needing to implement an auth & auth module for apache, that is > pretty dynamic. Needs to talk to an existing backend token store, and > offer basic, form, certificate auth, etc. > > I already have a working plugin using mod_python, but obviously that > is a dead project, and I don't know how long I can continue to run on > it. > > I've already reviewed the documents on the auth features for apache in > mod_wsgi, and it appears my only choices with it are Basic and Digest > Auth, success or failure. > > Is there any plans in the future to support more advanced auth & auth > functionality using mod_wsgi in apache? If no, would anyone have any > suggestions on an alternative? I would really prefer to stick with > python if possible! > > Thanks for any assistance. > > Dean > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
