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

Login Security Concerns and Cleanup #92

Open
1 task
rennemannd opened this issue Jul 27, 2020 · 0 comments
Open
1 task

Login Security Concerns and Cleanup #92

rennemannd opened this issue Jul 27, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request frontend This issue is related to the client folder
Milestone

Comments

@rennemannd
Copy link
Contributor

Right now user sessions are stored in local storage on the frontend. This would be much cleaner (and technically secure) if it was stored using the useContext hook in react. In general react context should be used more often, this is a good start.

  • User session is accessible through a provider accessing react context API
@rennemannd rennemannd added enhancement New feature or request frontend This issue is related to the client folder labels Jul 27, 2020
@rennemannd rennemannd self-assigned this Jul 27, 2020
@nionata nionata added this to the 0.6 milestone Aug 3, 2020
@nionata nionata modified the milestones: 0.6, 1.0 Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend This issue is related to the client folder
Projects
None yet
Development

No branches or pull requests

2 participants