-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question rather than issue #50
Comments
You could create a custom signature validator like the below:
where and define it to be used in your config like the following:
|
Awesome @callum-veloxcommerce thank you very much. Your answer is really helpful. The user and the password are not for user authentication but just comparing them with some default values. I didn't know how to use this benefits of laravel webhook. Thank you again for your great answer and support |
Hi I'm new to this package and I want to verify a header that does not have a signature key. It actually has a user and password, so when you receive the request at the url endpoint you need to verify that header. Im not sure about how to use custom verify signature because I don't understand it for my case.
Could someone help me up with this?
Thanks in advance
The text was updated successfully, but these errors were encountered: