You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When models are updated with radiks, radiks-server checks to make sure the updatedAt field is bigger than it was before, which is a way of preventing "signature jacking", similar to how nonces are used in blockchains. The delete API doesn't have this functionality right now, and it should.
When models are updated with radiks,
radiks-serverchecks to make sure theupdatedAtfield is bigger than it was before, which is a way of preventing "signature jacking", similar to hownonces are used in blockchains. ThedeleteAPI doesn't have this functionality right now, and it should.