Hi guys
I have 2 apps A1 and A2, I want them to have independent registration/login screens. So for that I am deploying 2 instances of kratos but I want both of instances to store the data in the same database so that when a user who registered on app A1 can login on A2 without having to register on A2 ( since I am storing identities in the same database). Is it possible ?