Skip to content
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

Open
tuvaergun opened this issue Mar 2, 2023 · 5 comments · Fixed by #10
Open

Account and session management #9

tuvaergun opened this issue Mar 2, 2023 · 5 comments · Fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@tuvaergun
Copy link
Contributor

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 YsarocK self-assigned this Mar 3, 2023
@YsarocK YsarocK added the enhancement New feature or request label Mar 3, 2023
@YsarocK
Copy link
Owner

YsarocK commented Mar 3, 2023

Working on it!

@YsarocK YsarocK linked a pull request Mar 3, 2023 that will close this issue
@YsarocK YsarocK reopened this Mar 3, 2023
@YsarocK
Copy link
Owner

YsarocK commented Mar 3, 2023

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
Copy link

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

@YsarocK
Copy link
Owner

YsarocK commented Mar 19, 2023

Hi @holynuts,

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

Will work on it this week!

@rogrile
Copy link

rogrile commented Nov 7, 2023

Any updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants