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
After the user has Logged In to our application, then we need to verify each API route, for which jwtToken is needed. So we need to send that token which is stored in localStorage with each API. Can check axiosConfig.js for reference.
The text was updated successfully, but these errors were encountered:
After the user has Logged In to our application, then we need to verify each API route, for which jwtToken is needed. So we need to send that token which is stored in localStorage with each API. Can check axiosConfig.js for reference.
The text was updated successfully, but these errors were encountered: