Hi,
what is the purpose of executing before each router call verify action?
Metronic is expecting back user object with token.
So my backend should check if user from authorization header <jwttoken> exists then pass user with new token back?
Regardsa
Hi,
Before allowing the user to access a route page content, we are sending verify request to server to verify that the user's token is valid if the token doesn't exist or it isn't valid, the user will be redirected to sign-in page.