On Safari, when making a request as documented with the Authorization header (with bearer token) I get the error:
Request header field Authorization is not allowed by Access-Control-Allow-Headers
This seems to indicate that this package cannot actually accept the Authorization header for private notion docs.
Is there a way around this?
Does this mean that the only way to use this package for private notion docs is to host our own worker?