django 中的临时数据存储在浏览器中持久存在
我正在构建一个 Django,管理员将在其中创建一个用户,然后一封邮件将发送给该用户。在邮件中,我还发送了一个带有 URL 的令牌,单击该 URL,用户将通过检查令牌的正确性进行验证。
但问题是我将令牌存储在 Django 会话中,当我在同一浏览器上打开链接时,它可以工作,但在不同的计算机上,由于会话数据不可用,用户未得到验证。 有人建议我存储令牌的最佳方式。
我不想使用数据库,因为它没有意义。
I'm building a Django where the admin will create a user and then one mail will be sent to the user. In the mail, I'm also sending one token with the URL on clicking which the user will get verified by checking the correctness of the token.
But the problem is I'm storing the token in Django session and when I open the link on the same browser it works but on a different machine user is not getting verified as session data becomes unavailable.
Someone suggest me the best way to store the token.
I didn't want to use the database as it doesn't make sense.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论