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 • Edited on

1 2

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!

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

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.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay