Keycloak adaptor for golang application
As you have pointed out, there is no official keycloak adapter for golang. But it is pretty straight forward to implement it. Here is a little walk through. Keycloak server For this example, I will use the official keycloak docker image to start the server. The version used is 4.1.0.Final. I think this will work … Read more