Setting up NextJS + Django Project

Hi, I’d like to start a project using NextJS for my frontend and Django for my backend. I’m confused about where to integrate Auth0. Should I use the NextJS quickstart or the Django quickstart?

I’ve tried using the NextJS quickstart code, and am sending accessToken to my Django API. I’m trying to use rest_framework and rest_framework_simplejwt for authorization but when I call my API, all I get is “Unauthorized”. What’s the best way to set this up? Appreciate any help with this!

1 Like

I am looking for this answer as well. Can someone help pls?