hey all, i’m trying to use the javascript client ...
# talk-kratos
a
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
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