-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account and session management #9
Comments
Working on it! |
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! |
thanks for the awesome code, it would be nice to integrate with pinia to store the state. |
Hi @holynuts, I note it, it's currently on my ideas list. Will work on it this week! |
Any updates here? |
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
The text was updated successfully, but these errors were encountered: