You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Wouldn't it make sense to check if there is a jwt token (or some other type of authorisation token) in the cookie or session in the axios.js boot file to send this with every request?
Otherwise every additional store has to manually set the JWT token header on axios before every api request.
The text was updated successfully, but these errors were encountered:
Wouldn't it make sense to check if there is a jwt token (or some other type of authorisation token) in the cookie or session in the axios.js boot file to send this with every request?
Otherwise every additional store has to manually set the JWT token header on axios before every api request.
The text was updated successfully, but these errors were encountered: