cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

fixing credentials=include without credentials. #46

Closed Jorgevillada closed 3 years ago

Jorgevillada commented 3 years ago

Fixing credentials=include without credentials.

if options.isAuth is true, then fetchOpts.credentials= 'include'

The isomorphic-fetch import is also removed to use window.fetch (https://caniuse.com/fetch) Dependency is present in .lock but not in package.json

fix #45

derjust commented 3 years ago

Looks good! Thank you!

derjust commented 3 years ago

@all-contributors please add @Jorgevillada for fixing credentials=include

allcontributors[bot] commented 3 years ago

@derjust

I couldn't determine any contributions to add, did you specify any contributions? Please make sure to use valid contribution names.

derjust commented 3 years ago

@all-contributors please add @Jorgevillada for bug

allcontributors[bot] commented 3 years ago

@derjust

I've put up a pull request to add @Jorgevillada! :tada:

sanurielf commented 2 years ago

Hi @derjust ,

Can we have a release with this PR included?

Thanks!