youbbs
youbbs
3344 0 0

Bottle.py Session

Session code for bottle microframework

A simple library to make session authenitcation easy with the Bottle micro-framework.

Features:

Saves off URL being hit so that you can redirect after the login. (Stored in a cookie)
Simple session managers included: store in /tmp and store in cookie.
Decorator to specify that a login is required.
Saves off login name to "bottle.request.environ['REMOTE_USER']".

https://github.com/linsomniac/bottlesession

0

See Also

Nearby


Discussion

Login Topics