Search code examples
pythonsessionweb-applicationsauthenticationbottle

How to implement user authentication and sessions with Python


Possible Duplicate:
Bottle-friendly WSGI authentication library/middleware

I'm creating a simple web application with Python and Bottle. What would be some simple way to add user authentication / sessions to this setup?


Solution

  • See the topic Bottle Friendly Wsgi Authentication Library Middleware