Authenticating multipage applications

Hello,
I am new to Auth0.
I have a multi-page web application for which I want to use Auth0.

Using the login page by Auth0, I get a JWT Token so I know that the user is authenticated.
Should I just cache the token and recheck everytime through the API ?