0

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?

Community
  • 1
  • 1
Facundo Casco
  • 10,065
  • 8
  • 42
  • 63

1 Answers1

5

See the topic Bottle Friendly Wsgi Authentication Library Middleware

Community
  • 1
  • 1
MPękalski
  • 6,873
  • 4
  • 26
  • 36