If you have the new postman you can go to the tab Authorization here you can select Bearer and pass the token.
Nov 17, 2018
3
Level 1
How to use access token without filling it inside the postman?
I have created an API in Laravel using Passport, everything is working fine, generating the access token and using the token in Postman to show the data. When the user is login, I save the access token in the database Users table The problem is that I have to pass the access token in the header part of postman manually. How I can pass the generated access token automatically to the header, or anywhere, there I need.
Please or to participate in this conversation.