首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏python3

    OAuth2.0 social_djan

    python网站第三方登录,social-auth-app-django模块, social-auth-app-django模块是专门用于Django的第三方登录OAuth2协议模块 目前流行的第三方登录都采用了 OAuth2协议 安装: pip install social-auth-app-django settings.py配置: INSTALLED_APPS = [ 'django.contrib.admin

    71210发布于 2020-01-19
  • 来自专栏数据云团

    第一季 | 自定义用户模型,需要注意哪些坑位

    现在大部分web项目基本都会有第三方授权登录,那 django 实现这一需求,应该有很多包可以用,比如 social-auth-app-django,在使用这样的工具时,用户模型要不要做相应的改动?

    1.1K10发布于 2020-04-08
  • 来自专栏有趣的django

    Django REST framework+Vue 打造生鲜超市(十三) 十四、social_django 集成第三方登录

    第三方库来实现第三方登录 github地址,上面有使用说明 https://github.com/python-social-auth/social-app-django (1) 安装 pip install social-auth-app-django

    2.1K60发布于 2018-04-24
  • 来自专栏杂谈

    十四、social_django 集成第三方登录

    第三方库来实现第三方登录 github地址,上面有使用说明 https://github.com/python-social-auth/social-app-django (1) 安装 pip install social-auth-app-django

    2.7K00发布于 2018-10-01
  • 来自专栏程序员八阿哥

    年薪20万Python工程师进阶(1):Django-第三方登录框架

    第三方登陆 1.安装 pip install social-auth-app-django 2.配置 INSTALLED_APPS=( ...

    72400发布于 2018-08-02
  • 来自专栏全栈程序员必看

    Django(72)Django认证系统库–djoser「建议收藏」

    djangorestframework_simplejwt 最后,如果您打算使用基于第三方的身份验证,例如facebook,则需要安装社交身份验证应用程序django,其中包括: pip install -U social-auth-app-django

    2.7K20编辑于 2022-09-19
  • 来自专栏python3

    Python高级应用(3)—— 为你的项

    需要安装这个模块 social-auth-app-django 才行 ?

    1.1K30发布于 2020-01-17
领券