Skip to content

Authentication to test with postman

Pablo Martínez Figueroa edited this page Mar 25, 2019 · 4 revisions

In order to test with postman when it is needed an authenticated user, you will need to send in the header of the message something like this: {Authorization: JWT [jwt_token]}

Postman

Take note that, to use this, you will need to use the APIView services. For reference consult HelloWorld situated in authentication/views.py and authentication/urls.py

Clone this wiki locally