[Answered ]-Unable to to access Generic Views with JWT authentication

1👍

When you make a request from a browser, you can only rely on session cookies. The browser is not able to automatically add an access token to the request. In order to make a request with an access token, you have to make it using Javascript.

Leave a comment