Currently `protectedResourceHandlerClerk` is not taking into account `resourceUrl` but rather is generating it like: ``` const origin = new URL(req.url).origin; ``` I think there should be ability to pass `resourceUrl`.
Currently
protectedResourceHandlerClerkis not taking into accountresourceUrlbut rather is generating it like:I think there should be ability to pass
resourceUrl.