|
|
|
|
|
by kainosnoema
3404 days ago
|
|
In principle, what you've built is quite similar to a cryptographic nonce [1], usually used to prevent replay attacks against authentication services, etc. We use similar tokens in our API for idempotency as well, though we called them nonces. Standardizing a bit on terminology and how to implement them properly would be really helpful. [1] https://en.m.wikipedia.org/wiki/Cryptographic_nonce |
|
From a more practical sense, the naming is most likely to stay unchanged just because a lot of people are used to already.