This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
I was thinking that maybe I'm doing something wrong with the frontend but no matter how I try to access accounts/auth/user and pass the user's token, I get a 401 unauthorized error.
I've tried using postman and send the token in several ways and under several names, but nothing worked.
I was thinking that maybe I'm doing something wrong with the frontend but no matter how I try to access
accounts/auth/user
and pass the user's token, I get a401 unauthorized
error.I've tried using postman and send the token in several ways and under several names, but nothing worked.
Possibly relevant snippets from
settings.py
: