This message was deleted.
# general
m
This message was deleted.
b
It's a browser app
Our own backend is written in Go Frontend: NextJS
e
For browsers kratos should be implemented using a cookie based authentication flow
Check out this reference implementation: https://github.com/ory/kratos-selfservice-ui-react-nextjs
Kratos and your backend need to be hosted on the same top level domain. Kratos sets the cookie in the browser app. The cookie will be sent to the backend.
Kratos is the user management and authentication service of Ory. There are other services like authorization (keto), federation (hydra) and zero trust proxy (oathkeeper), too.
b
Thx 😄