ProjectLibertyLabs / gateway

Gateway microservices for DSNP/Frequency
https://projectlibertylabs.github.io/gateway/
Apache License 2.0
4 stars 1 forks source link

Restore endpoint DTO validation check for content hash & DSNP content URI #352

Open JoeCap08055 opened 1 month ago

JoeCap08055 commented 1 month ago

Description

Due to some ongoing confusion/discussion/bugs regarding the calculation & encoding of content hashes & DSNP URIs, a check was disabled in content-publishing in order to allow Gateway services posts to work. The underlying issues have now been resolved, and so we should restore the correct validation to the API endpoints.

The validation is peformed by decorators in this file

wilwade commented 1 month ago

Is this a duplicate of https://github.com/ProjectLibertyLabs/gateway/issues/276?