We are building construct pages on web. Those pages can only be accessible after login. We adopted laravel framework with jwtToken. Construct send ajax call to laravel to get backend data.
When laravel got any request without jwtToken. Laravel will return error.
Therefore we need to embed jwtToken at construct ajax call.
Anyone can help?