Trying to get a bit of clarity on this post:
https://github.com/ory/kratos/discussions/1907
Essentially, can I use a single Kratos instance so users can login across my app in multiple domains (
example.com,
example2.com, etc)? The user database is the same for all domains (no isolation) and there is no need for SSO (they can login again when going to a different domain). Thanks!