atinux / nuxt-auth-utils

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

feat!: call `fetch` hook whatever is `session.user` is defined or not #188

Closed atinux closed 2 days ago

atinux commented 2 days ago

resolves #175

This is a breaking change is you are using the fetch hook as it is now called anytime a session is set, whatever is the user is set or not, see #175 for use cases.