VEuPathDB / lib-jaxrs-container-core

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

Added validation to authorization filter #26

Closed dmgaldi closed 1 year ago

dmgaldi commented 1 year ago

Resolves #25

Simple fix just to verify auth secret key is not blank. This is important because docker compose passes an empty value and emits a warning if a variable is missing from .env

Added a few unit tests as well.