rosshamish / kuskus

The extension pack so nice they named it twice
https://marketplace.visualstudio.com/items?itemName=rosshamish.kuskus-extensions-pack
45 stars 11 forks source link

Cache kusto auth tokens #3

Open rosshamish opened 5 years ago

rosshamish commented 5 years ago

Right now, there's a device code auth flow for every single kusto.execute() call. It would open up some use cases if we could make many kusto calls without each of them requiring a login (table schema fetching, detailed function metadata fetching).

This is probably a feature request to the azure-kusto-node library (or a contribution to it).