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.
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!
- My blog-posts for software developing: https://medium.com/a-layman
- My web resume: https://jenhsuan.github.io/ALayman/cover.html
- Facebook page: https://www.facebook.com/imalayman
Top comments (2)
Hi @jenhsuan, #django mod here. Could you add a little more content to all your articles? Thanks.
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.