Hi, this is a first iteration of a PR to resolve issue #77
I have provided a minimal implementation and am open to suggestions for improvement. For example, I decided to reuse the existing server secret to hash the timestamp, instead of defining a second server secret for this new purpose (personally I think it can do no harm to reuse the same server secret, but feel free to disagree, in which case we'll have to add config changes for an additional server secret).
Best,
Willem
Hi, this is a first iteration of a PR to resolve issue #77 I have provided a minimal implementation and am open to suggestions for improvement. For example, I decided to reuse the existing server secret to hash the timestamp, instead of defining a second server secret for this new purpose (personally I think it can do no harm to reuse the same server secret, but feel free to disagree, in which case we'll have to add config changes for an additional server secret). Best, Willem