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']".
0
See Also
- bottle_leveldb.py plugin
- bottle authentication 插件
- 快速搭建 Bottle + UWSGI + Nginx 服务
- leveldb+bottle+gevent 是个不错的组合
- 初学Bottle 推荐看的实例源码
Nearby
- 上一篇 › question2answer 部署到BAE 上
- 下一篇 › 果断试用加速乐代替DNSPod