Auth0 with SimpleJWT in Django Rest Framework
When I implemented Auth0 with simple JWT, I got the error 401, indicating an invalid token. Oddly, when decoding the token on jwt.io, it appeared to be valid. It would be very helpful whenever simple JWT is used to know how to keep user info in the database. DRF-JWT uses Django’s RemoteUserMiddleware to create it. Any help would be appreciated. Thank you