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