如何用Python实现用户认证和会话
我正在创建一个简单的 Web 应用 使用 Python 和 Bottle。 将用户身份验证/会话添加到此设置的简单方法是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅主题Bottle 友好的 Wsgi 身份验证库中间件
See the topic Bottle Friendly Wsgi Authentication Library Middleware