AtlasOfLivingAustralia / downloads-plugin

Grails plugin to provide a common "downloads UI" for ALA Biocache application
Other
0 stars 7 forks source link

Check/replace legacy API-KEY usage with JWT based check #105

Open nickdos opened 2 months ago

nickdos commented 2 months ago

Potential candidate (code may not be called anymore so needs checking/debugging):

https://github.com/AtlasOfLivingAustralia/downloads-plugin/blob/develop/grails-app/services/au/org/ala/downloads/DoiService.groovy#L42

Code should not be sending requests directly but rather should use annotations via the ala-security-project plugins.

adam-collins commented 1 week ago

The appropriate solution appears be "remove this class".