VEuPathDB / lib-jaxrs-container-core

Core library for VEuPathDB JaxRS container services
Apache License 2.0
0 stars 0 forks source link

Allow userdb schema to be configured and rework auth logic #7

Closed ryanrdoherty closed 2 years ago

ryanrdoherty commented 2 years ago

Primary change here is to allow userdb schema used for guest ID lookup to be configurable via env var/cli option. Also reworked the auth logic to reduce requests (no need to call acctdb for guests), and fix bug where guest lookup failure returned 401 vs 500.