How to Build Google Social Login in Django Rest Framework and Nuxt Auth and Refresh its JWT token Part 2

Refreshing JWT Token and recommended settings for production environment

Mohamad Fadhil
6 min readMay 20, 2021

--

You can find the first part of this tutorial here. In the first part of the tutorial, we have built a functioning frontend and backend app that allows users to authenticate via Google login.

Refreshing a JWT Token

--

--