Support NestJs 8
Includes breaking changes:
- appUrl must include protocol. eg.'https://localhost:3000'
- rename signedControllerUrl -> signControllerUrl
- When sign controller method, the target method must have SignedUrlGuard decorator
Includes breaking changes: