You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,3 +68,42 @@ Route::get('/fire', function () {
68
68
return "You'll only see this if the signature of the request is valid!";
69
69
})->middleware('verify-signature');
70
70
```
71
+
72
+
### Signing Postman Requests
73
+
74
+
If you, like us, like to use [postman](https://www.getpostman.com/) to share your api internally you can use the following pre-request script to automatically sign your postman requests:
0 commit comments