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

Add support for multiple users #230

Open
CarelS072 opened this issue Jan 29, 2019 · 1 comment
Open

Add support for multiple users #230

CarelS072 opened this issue Jan 29, 2019 · 1 comment
Assignees
Labels
client Frontend feature Deployment Not front, not back server Backend feature

Comments

@CarelS072
Copy link
Collaborator

anyone using the app is currently getting the same user's logdata back. This needs to be changed to allow users to log their own data

@CarelS072 CarelS072 self-assigned this Jan 29, 2019
@CarelS072 CarelS072 added client Frontend feature server Backend feature Deployment Not front, not back labels Jan 29, 2019
@CarelS072
Copy link
Collaborator Author

Train of thought:
Users have their own table with a 'simple' userID and all cardData for the users are being written into its own table. Do we need an additional User field with a more complex UID which relates to a new field in the cardData table? This to prevent the scenario of data being able to be viewed by other users as their tokens are validated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Frontend feature Deployment Not front, not back server Backend feature
Projects
None yet
Development

No branches or pull requests

1 participant