AtlasOfLivingAustralia / specieslist-webapp

Species lists and traits tool
https://lists.ala.org.au
Mozilla Public License 2.0
6 stars 21 forks source link

/ws/speciesList POST does not find the user's role in the JWT #300

Closed adam-collins closed 1 month ago

adam-collins commented 5 months ago

Example: Updating a list of another user using /ws/speciesList and JWT fails to succeed when the JWT is admin.

AlaSecurityInterceptor must run before WebServiceInterceptor otherwise the user is null.

adam-collins commented 4 months ago

Script to update a list is now working.