VEuPathDB / WDK

Apache License 2.0
1 stars 4 forks source link

Separate user prefs from User object #71

Closed ryanrdoherty closed 8 months ago

ryanrdoherty commented 1 year ago

User preferences have evolved into stand-alone information that is written and read only by the web client. To cut down on how much work is done when we read a User, we can pull prefs out and supply them with other user info when asked by the client.

ryanrdoherty commented 8 months ago

This was done with the enhancements for bearer tokens.