如何使用 django-social-auth 访问用户信息?
我的猜测是,我仍然可以使用 user
对象来获取默认信息,例如电子邮件或用户名。这是正确的吗?
如果我想访问 django 默认 user
对象上未指定的更多信息怎么办?
My guess is that I am still able to use the user
object to get the default information like email or user name. Is this correct?
What if I would like to access some more information not specified on django default user
object?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话他们只是使用默认的用户模型。因此,就像使用默认用户对象一样,您可以创建一个配置文件模型来存储附加信息。
If I remember correctly they just use the default user model. So just like with the default user object you can create a profile model to store additional information.