Authenticate with client JWT

I need to upload and delete images from a MERN web app where users validate outside of Strapi. Is it possible to send a request back to somehow use a client JWT to do this?

Hey @wmcm,

Maybe you could implement an API token so the MERN app can use the strapi endpoints.
API tokens aren’t currently available, but this guide could help you set it up.