Is there a good way to wrap an existing Python based web application to require a login?

Posted by Jonathan B on Super User See other posts from Super User or by Jonathan B
Published on 2011-01-05T03:36:38Z Indexed on 2011/01/05 3:55 UTC
Read the original article Hit count: 225

Filed under:
|
|

I'm in the process of installing an open-source Python based web application to an internal server here at work. The existing code is open - it doesn't require a login to view it - but one of the requirements is that users have to be approved before they can see anything.

Is there a good way (using Apache configuration files for example, but any method would be great) to wrap the application so that any access requires a login? I would like to avoid modifying the open-source code (a maintenance nightmare every time a new release comes out).

Any thoughts or suggestions?

© Super User or respective owner

Related posts about login

Related posts about apache