DEV Community

Cover image for Laravel 10 & Next.js 13 JWT boilerplate

Laravel 10 & Next.js 13 JWT boilerplate

Lars Wolters on June 28, 2023

Hi all, We are excited to announce the release of a new open-source project: a Laravel 10 JWT REST API boilerplate, accompanied by a fully functio...
Collapse
 
hasanhatem profile image
Hasan Hatem

I wanna Thank you about this Repos its very very useful, i just use your login logic and change JWT to Sanctum Token, and it's work Perfect. Thanks again

Collapse
 
jamiewarb profile image
Jamie Warburton • Edited

Thanks for this. Does it take care of using Laravel's csrf protection in the front end as well?

Collapse
 
phhitachi profile image
PhHitachi

Hi, can you include error handling on JWT ?

Collapse
 
larswolters98 profile image
Lars Wolters • Edited

Hi @phhitachi, for the Next.js client or the Laravel API?