kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Improve basic auth hook to support token request #229

Closed claustres closed 1 year ago

claustres commented 1 year ago

At the current time we read basic auth information directly from hook options but some APIs rely on token generated from a URL call, we should be able to retrieve the token from a call before using it. Notably useful to get tokens from OAuth token endpoints.