-
Let's say, I have a typical setup, a next js website for the frontend, a separate nodejs based backend using Postgres for data.So, now I want to add Kratos to this setup, how should i work on adding it optimally? 1. Adding kratos on same database as the one getting used by the main backend.
2. Adding kratos on a different database but on same docker container as the one used by main backend.
So what will be the optimal way to access data from kratos in my project. For first scenario -
For second scenario-
|
Beta Was this translation helpful? Give feedback.
Answered by
vinckr
Oct 5, 2021
Replies: 1 comment 2 replies
-
It seems like the second scenario has fewer drawbacks. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the second scenario has fewer drawbacks.
As you have more practical experience with this setup, would you agree @Benehiko ?