Auth js authentication in Next JS for laravel backend

Hey everyone, I'm exploring using Auth JS to handle authentication in my Next.js app and then checking authentication status on my Laravel backend, which is on a separate server. Any advice on setting this up? Also, I'd like to use server components in Next.js while ensuring users can authenticate to access protected routes in my Laravel API. Any tips for achieving this?
Was this page helpful?