loud-honey-70375
07/20/2023, 1:16 PMloud-honey-70375
07/20/2023, 1:16 PMTo access Ory's APIs, use URL
<http://localhost:4000>
and configure your SDKs to point to it, for example in JavaScript:
import { V0alpha2Api, Configuration } from '@ory/client'
const ory = new V0alpha2Api(new Configuration({
basePath: '<http://localhost:4000>',
baseOptions: {
withCredentials: true
}
}))