atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
981 stars 91 forks source link

feat!: support hybrid rendering #104

Closed atinux closed 5 months ago

atinux commented 5 months ago

Added support for:

Added the <AuthState> component to display & use the user session data / utils in the components without worrying about the page rendering mode 👌

See the updated readme about hybrid rendering.

Resolves #29