using request http authorization

I want to enable token authentication in Django
for forent end i use apollo server to put this value for each request the problem is
diango recognize this value in request.META but dosn’t recognize the user and return AnoymusUser




Side note: Please do not post images of code and text here. Copy/paste the text into the body of your post, between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code (or other text), then another line of ```. This forces the forum software to keep that code properly formatted.

1 Like