dataverse-client-javascript icon indicating copy to clipboard operation
dataverse-client-javascript copied to clipboard

Feature request: custom config for retrieving bearer token

Open vera opened this issue 1 month ago • 0 comments

We'd like to have a bearer token configuration that is more flexible than the current bearerTokenLocalStorageKey, for example, by allowing a custom function to retrieve the bearer token.

Our app uses @axa-fr/react-oidc, which stores the access token within a JSON object in local storage, not a simple string. This is not supported by bearerTokenLocalStorageKey.

Image

vera avatar Nov 03 '25 16:11 vera