dystcz / nuxt-sanctum-auth

Nuxt 3 + laravel sanctum authentication
135 stars 25 forks source link

SSR mode #19

Open khalidauer opened 1 year ago

khalidauer commented 1 year ago

Hey there,

great package! When will there be the support for a full SSR app and an SSR app using hydration?

Kind regards

kreejzak commented 1 year ago

Hello, To be honest I really do not have a timeframe. Full SSR is not a priority right now.

manchenkoff commented 1 year ago

let me leave it here in case someone also wants to find an example of sanctum + nuxt with SSR support 😄

Article about implementing SSR on Medium And source code on Github

Maybe someone could apply this stuff to this repo as well