Hey folks, I've spun up Kratos locally and have an authenticated API in NestJs. Kratos is running on port 4433 for public and 4434 for admin and using @ory/client in my API to reach out Kratos, my problem here is ory/client only accept one baseUrl and cannot difference between public and admin urls.
a
alert-queen-57751
08/10/2022, 11:34 PM
@billowy-hydrogen-91000, I believe that ory/client is only designed with one or the other in mind, but @Ory people may be able to confirm. My question is - why would you want to have access to both admin and public - can't one do anything they need with admin?