calcite-avatica icon indicating copy to clipboard operation
calcite-avatica copied to clipboard

[CALCITE-6135] BEARER authentication support

Open Aarchy opened this issue 1 year ago • 2 comments

Aarchy avatar Nov 27 '23 14:11 Aarchy

Can you open a [DISCUSS] thread on the calcite list about this change ? Explain its background in some detail ?

stoty avatar Nov 29 '23 15:11 stoty

@stoty Based on your suggestion on the devlist, token providers now can be plugged in via config properties. Users can define their custom properties and use it in token provider's init function. There's a very basic example in the tests. On the other hand, the current way of handling properties is a bit confusing in my opinion. For now, I tried to just modify the necessary parts.

Aarchy avatar Jan 24 '24 10:01 Aarchy