Publish 2.1.0
guard-service
2.1.0
Minor Changes
- Add Cors headers to all apis according to config
- Add rate limit to all apis
- add trust key to Tss
Patch Changes
- add salt to the apiKey to prevent precomputed hash attacks
blake2b
hash of your apiKey), we have transitioned to using salted hash instead of a plain hash. It is important to note that the previous method of creating the apiKeyHash may be vulnerable to precomputed attacks. We recommend regenerating your apiKey using the latest version of our CLI application. You can find instructions on how to do this in our documentation.
Full Changelog: 2.0.0...2.1.0