如何使用 webapp2 添加 auth_id?
我使用 webapp2 中的 auth 模块,我想知道如何添加像 'facebook:fbuserid12121212' 这样的 auth_id 并将其添加到用户的 auth_id:s 列表中。但我从 API 中看不到任何允许我执行此操作的函数。你能告诉我该怎么做吗?
谢谢
I use the auth module from webapp2 and I want to know how to add an auth_id like 'facebook:fbuserid12121212' and add that to the list of auth_id:s for a user. But I see no function from the API that allows me to do this. Could you please tell me how to do it?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是OP找到的答案。我将其复制到此处,以便这个问题不会得不到解答:
此问题已在google组,我正在寻找的函数是user.auth_ids.append,我现在使用它的代码是:
This is the answer that the OP found. I'm copying it here so that this question will not be unanswered:
This was answered in the google group, the function I was looking for is user.auth_ids.append and the code I use now to make use of it is: