I am struggling with the same thing here as HTTP verification doesn't play nice here.
Here are some pointers:
Secret key is something like this:
This is what tripped me in the first place.
Here are some pointers:
Secret key is something like this:
Code Select
key "test" {
algorithm hmac-sha512;
secret "some.weird.string.ending.with==";
};
This is what tripped me in the first place.