In my Django backend SPA project, I use drf-simple-jwt package to handle authentication. After user logs in I store access_token in cookie
access_token
I make