sungmin69355 / tistory-comments

0 stars 0 forks source link

27 #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

django에서 kakao 로그인 api 사용하기 +(allauth 사용)

일단 어느 정도 구현했으니 카카오 로그인 기능도 추가하고 싶었습니다. 완성된 페이지를 보여드리겠습니다. 이런 식으로 구현했습니다. pip install django-allauth 일단 allauth를 깔아줍시다. INSTALLED_APPS = [ ... 'allauth', 'allauth.account', 'allauth.socialaccount', # ... include the providers you want to enable: 'allauth.socialaccount.providers.auth0', 'allauth.socialaccount.providers.kakao', ... ] LOGIN_REDIRECT_URL = 'h

https://applepick.tistory.com/27

nsw2022 commented 1 year ago

로그인은 잘되는데 세상 닉네임 필수로했는데 카카오만 귀신같이 못받아오네요 ㅠㅠ 그리고 템플릿도 너무 별로.. 왜 카카오나 구글제공으로 오는게 안오는지 정신이어지럽네요

sungmin69355 commented 1 year ago

하하 학부 때 만들어봤던거라... 해당 카카오 로그인 방법이 바뀌었을 것 같아서 document을 확인해봐야 할 것 같네요!