natcap / urban-online-workflow

This repository hosts the beta implementation of the Urban Online ES Workflow. The project is intended to give urban planners the ability to create and assess scenarios using InVEST Urban models.
1 stars 5 forks source link

Frontend user-session management #37

Closed davemfish closed 1 year ago

davemfish commented 2 years ago

The client will need to send a session ID to the server. At first, this could be a browser cookie. The user won't have to think/act on this, and their data will persist as long as their cookies do.

Longer term, we might want a system that allows users to switch devices/browsers and access their same sessions.

davemfish commented 1 year ago

For now, we store a value in the browser's localStorage

davemfish commented 1 year ago

We implemented this most basic form of this already.