solvebio / solvebio-python

SolveBio Python bindings
https://docs.solvebio.com
MIT License
20 stars 10 forks source link

Store User object in Dash Auth object #301

Open jsh2134 opened 5 years ago

jsh2134 commented 5 years ago

Store the SolveBio user object in the app authentication object. This would allow apps to save a User lookup

Set somewhere here: https://github.com/solvebio/solvebio-python/blob/master/solvebio/contrib/dash/solvebio_auth.py#L169

davecap commented 5 years ago

The apps are stateless though, do you mean cache user object keyed on the auth token?