DEV Community

Cover image for Day 27 of #100DaysOfCode: [OAuth2.0] integrate ReactJS and Django with Social login (Github)
Jen-Hsuan Hsieh
Jen-Hsuan Hsieh

Posted on

Day 27 of #100DaysOfCode: [OAuth2.0] integrate ReactJS and Django with Social login (Github)

Introduction

We have mentioned that how to make endpoints with JWT authorization. Also, we have introduce how to connect ReactJS with Django.

Github is also a popular platform for social login. The target of this article is to understand how to get access token from Github. Then we want to exchange the access token to JWT from our local Django server.

Details

Please refer to my article.
There are four roles, Django server, ReactJS client, Facebook authorize server, and the user.
Alt Text

https://medium.com/a-layman/exchange-githubs-access-token-to-jwt-from-django-drf-server-a2c14d2ba3f

Articles

There are some of my articles. Feel free to check if you like!

Top comments (2)

Collapse
 
highcenburg profile image
Vicente G. Reyes

Hi @jenhsuan, #django mod here. Could you add a little more content to all your articles? Thanks.

Collapse
 
jenhsuan profile image
Jen-Hsuan Hsieh • Edited

Hi @highcenburg ,

I put details on my Medium articles currently and I pasted links on articles here. I just don't want to duplicate these content on different platforms.

Thanks for feedback! I will try to improve articles here.