header options #9736
-
iam working with token autentication |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After receiving the token from the backend, it should be saved in the browser's local storage for future authentication, as follows:
Now, with every request, you will need to include the token in the header. You can do it as follows:
Both are parts of the frontend. please let me know if this worked. |
Beta Was this translation helpful? Give feedback.
After receiving the token from the backend, it should be saved in the browser's local storage for future authentication, as follows:
Now, with every request, you will need to include the token in the header. You can do it as follows: