[kratos] does Kratos support working with client app? request/response with json

Sorry for brought this up, I digged into the docs (https://www.ory.sh/kratos/docs/reference/api),
in Initialize browser-based login user flow part,
I found description says, only browser based flow is supported (chrome, firefox…)

This endpoint is NOT INTENDED for API clients and only works with browsers

And I didnot find docs about working with a client app.

Any help is appreciated

See https://github.com/ory/kratos/issues/599

I’ve built an example of a React app that might help you: https://github.com/ellioseven/kratos-ss-ui-react

Thanks a lot, I am not a js/typescript coder, but I will try to read your fantastic work.