hey all,
i’m trying to use the javascript client SDK but there’s no real documentation for it.
I can’t seem to figure out why this keeps giving me a 401:
const identity = new IdentityApi(
new Configuration({
basePath: this.config.ory.base_url,
apiKey: this.config.ory.access_token
})
)
a
acoustic-insurance-23566
05/12/2023, 3:40 PM
in the Python SDK I found that there was an option to set an api-key-prefix parameter to
Bearer
. Since those are generated, my guess would be they are similar