VEuPathDB / lib-jaxrs-container-core

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

Add admin token auth #38

Closed Foxcapades closed 1 year ago

Foxcapades commented 1 year ago

Adds a new annotation, AllowAdminAuth that is consumed by the AuthFilter class when performing request authentication to permit authenticating via an admin token rather than the standard user token value. The admin token may be passed with a request as the HTTP header Admin-Token.