Hello, I am trying to set up SuperTokens with a Ne...
# support-questions-legacy
d
Hello, I am trying to set up SuperTokens with a NextJS frontend and a Django-rest-framework backend. I have followed the instructions in the docs. I am able to signinup, but when actually trying to hit an
[IsAuthenticated]
protected DRF view, I am getting a 401. Not sure exactly why, previously I was using
social_django
for auth so maybe something configuration related. I see the /refresh call succeeds, but the API calls fail. Can anyone help me investigate the cause?
2 Views