hydraplatform / hydra-server

GNU Lesser General Public License v3.0
5 stars 0 forks source link

Simplify the request to get a session's user #27

Closed knoxsp closed 1 year ago

knoxsp commented 1 year ago

As hydra base now uses a DB table to store beaker sessions, we no longer need to do a remote request to another service to get a session's user. Instead we just get it directly from the DB, thereby simplifying the process a lot