mjordan / larkm

A simple ARK resolver.
MIT License
1 stars 0 forks source link

Multiple ARKs can be minted for the same target #4

Closed kpoloney closed 1 year ago

kpoloney commented 1 year ago

Larkm currently lets you make multiple ARKs for objects with the same erc_where target value. A 409 response should probably be returned for trying to make an ARK for a target that already exists in larkm, in the same way that trying to reuse an identifier is not permitted.

mjordan commented 1 year ago

Thank you, I will address.

mjordan commented 1 year ago

Weird, the test for this passes, but I can replicate the behaviour you describe when I create ARKs via curl. Investigating.