ai
ai copied to clipboard
Add wider support for `fetch` parameters including `credentials`
Currently only additional headers are allowed to be passed to fetch alongside the URL. Unfortunately it's not possible to utilize cookie based authentication with credentials option so I would love to see ability to pass other options for fetch.
Sounds good to add a credentials field to all the hooks, PR welcomed!
Fixed in #222