Replies: 1 comment 8 replies
-
Thank you for your ideas! Have you seen the new web hook system we have? It is basically like what you propose but without the go plugin system. Go plugins are difficult because they need CGO and also it makes it difficult to keep backwards compatibility. If you want, check out webhooks and if it is not enough we can revisit go plugins |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I wanted to start discussion about possible way to extend Kratos functionality through some plugin system. Best approach seem to be using native Golang plugin mechanism. Currently I see few areas that could benefit from such system:
For this to work we would need to come up with:
I would prefer to keep things simple and perhaps expand to keep Kratos compact and relatively simple while allow to be quite flexible.
Beta Was this translation helpful? Give feedback.
All reactions