Senia Merlin
Senia Merlin
I have custom JwtAuth hook and I use it on specific routes. ``` export const jwtAuth: preValidationHookHandler = (request, res, next) => { if (request.headers.cookie) { try { const token...
- **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...
This has been discussed in the community chat and marked as a good idea, since retrying async operations is a very common need in web applications. I believe every second...