Skip to content

Fix: Kakao OAuth Failure - Headers for authorization - #171

Closed
channprj wants to merge 1 commit into
python-social-auth:masterfrom
channprj:bug/auth-fails
Closed

Fix: Kakao OAuth Failure - Headers for authorization#171
channprj wants to merge 1 commit into
python-social-auth:masterfrom
channprj:bug/auth-fails

Conversation

@channprj

@channprj channprj commented Jan 7, 2018

Copy link
Copy Markdown

Issue Summary

This fixes Kakao backends. User token must be included in request header like below:

POST /v1/user/signup HTTP/1.1
Host: kapi.kakao.com
Authorization: Bearer {access_token}
Content-Type: application/x-www-form-urlencoded;charset=utf-8

I tested and it works in python 3.6.3. Feel free to check and test my code and you can do whatever you want with it.

Reference

See Kakao API Docs for more details.

Todo

  • Add profile image if it allowed to provide
  • Improve test code

I'll do it if I have more time. Thank you for reading it. ☺️

@omab omab mentioned this pull request Feb 20, 2018
googolhkl added a commit to googolhkl/social-core that referenced this pull request Feb 21, 2018
@omab omab closed this in #201 Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants