YsarocK / nuxt-appwrite

Nuxt 3 module to implement Appwrite
https://nuxt-appwrite.etiennemoureton.fr
MIT License
23 stars 5 forks source link

Account and session management #9

Open tuvaergun opened 1 year ago

tuvaergun commented 1 year ago

Is your feature request related to a problem? Please describe. I need to do auth and account management.

Describe the solution you'd like It can be a module for auth and account management.

Describe alternatives you've considered It can be function like useAccount using composoble api. can manage active user information and session.

Additional context

YsarocK commented 1 year ago

Working on it!

YsarocK commented 1 year ago

Added a basic Session composable to access authenticated user session (returns undefined if not).

@tuvaergun What do you have in mind for the next steps ? While Appwrite provides good login methods.

Hope it helps!

holynuts commented 1 year ago

thanks for the awesome code, it would be nice to integrate with pinia to store the state.

YsarocK commented 1 year ago

Hi @holynuts,

I note it, it's currently on my ideas list.

Will work on it this week!

rogrile commented 1 year ago

Any updates here?