I am learning Node.js but got stuck here. I watched a tutorial and they taught to copy JWT token in authorization header in postman every time. I want to avoid this. I know I can do this using cookies or localstorage but I want to do this in headers only.
Can anyone help me out in this.
HOW TO ADD TOKEN IN AUTHORIZATION HEADER WITHOUT MANUALLY COPYING IT IN POSTMAN.
