keygen-sh / keygen-api

Keygen is a fair source software licensing and distribution API built with Ruby on Rails. For developers, by developers.
https://keygen.sh
Other
700 stars 40 forks source link

Remove timestamp from license validation response #778

Open ezekg opened 5 months ago

ezekg commented 5 months ago

The meta.ts property in the license validation response is superfluous with our newer signature headers, which include protection against timing attacks (which is what the timestamp was being used for). Let's drop it when we tackle #763.