Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable nonce creation by default
As the nonce should be unique per request, it doesn't make sense to enable this by default, as that requires additional work on the serving side. On the other side, having a (static) random value isn't correct either. So we keep the current logic, but disable nonce generation by default, making it opt-in. Closes trunk-rs#941
- Loading branch information