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

Implement a real user/auth and storage solution for user access tokens #27

Closed
mzogheib opened this issue Oct 24, 2018 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@mzogheib
Copy link
Owner

mzogheib commented Oct 24, 2018

Currently it's just JSON files stored on disk (server). Client side also just uses local storage to manage user access with UUIDs.

Can be a simple MongoDB, Firebase etc. Cookies?

References:

@mzogheib mzogheib added the enhancement New feature or request label Oct 24, 2018
@mzogheib mzogheib changed the title Implement a real storage solution for user access tokens Implement a real user/auth and storage solution for user access tokens Oct 24, 2018
@mzogheib
Copy link
Owner Author

Will only change the storage solution as part of this issue. Handle auth in another issue.

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

No branches or pull requests

1 participant