virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
66 stars 20 forks source link

Guest User For VCell #1271

Closed AvocadoMoon closed 3 months ago

AvocadoMoon commented 4 months ago

Problem

All of the code written regarding the new API and client has been with the idea that either one is logged in or not. The issue is that VCell currently offers a guest user, and we need to keep that guest user.

Solution

Create an internal guest user within the DB, add guest user feature on the Java application, and ensure the new API accommodates for this guest user.