Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
按照教程,
我已经使用 Auth 构建了身份验证系统。Pyramid 的 API。
我想学习如何在登录中引入两件事(勾选框):
我怎样才能做到这一点?我需要做什么?
谢谢你。
如果您使用基于 cookie 的身份验证,那么您还可以将用户名保存到 cookie 中。对于密码,我不确定将其保存在客户端是否是一个好主意。
我认为更好的方法是使用 authenticated_userid 来识别用户并返回请求所需的任何内容。