Django - 소셜 로그인 추가하기(allauth, facebook,google)
Web/Django

Django - 소셜 로그인 추가하기(allauth, facebook,google)

뉴비뉴 2019. 9. 6.

전에 포스팅했던 Naver 로그인 기능에 이어 facebook도 추가해보겠습니다.

https://newbiecs.tistory.com/195

 

Django - 소셜 로그인 추가하기(allauth, naver)

1. 설치하기 * pip install django-allauth 2. settings.py INSTALLED_APPS = [ 'django.contrib.sites', 'allauth', 'allauth.account', # 가입한 계정 관리 'allauth.socialaccount', # 소셜 계정으로 가입한 계..

newbiecs.tistory.com

https://ldgeao99.tistory.com/117

 

48. (app3) Django 소셜로그인 구현하기(페이스북, 다른건 응용가능)

0. OAuth2란? - 검색해보기 1-1. Github 홈페이지에서 "django allauth"를 검색하고, 최상단의 것을 클릭한다. - https://github.com/pennersr/django-allauth - https://github.com/omab/django-social-auth - au..

ldgeao99.tistory.com

https://egg-money.tistory.com/117

 

[Django] Week 7-2 Social Login - 구글 로그인 Practice, Tuple

[Django] Week 7-2 Social Login - 구글 로그인 Practice, Tuple 먼저, 기본적인 틀을 짜보자. 사전작업 새로운 프로젝트 만들자. $ django-admin startproject social_login 만들고 상위폴더이름 변경한다. (soci..

egg-money.tistory.com

 

 

'Web > Django' 카테고리의 다른 글

Django Trend 프로젝트 정리  (0) 2019.10.11
Django Allauth 소셜로그인 정리  (0) 2019.09.06
Django - Nginx설치 배포  (0) 2019.08.27
Django - Slug  (0) 2019.08.23
Django - Vue.js와 연동하기  (0) 2019.08.21

댓글

💲 추천 글