trandaison / nuxt-3-auth

A simple authentication module for Nuxt 3
https://nuxt-3-auth.github.io
57 stars 5 forks source link

Define type for user does nothing #13

Closed letoast closed 5 months ago

letoast commented 5 months ago

Trying to extend the type definition for User according to the docs does nothing: https://nuxt-3-auth.github.io/guide/typescript.html

the type is still any

trandaison commented 5 months ago

@letoast Fixed and released in v0.0.16, make sure you check the docs as well. Thanks for reporting!