go-keycloak-demo Demo app using keycloak to authenticate users in Go web apps. How to run Run docker-compose up --build. Create a Client with the name go-demo here Create a user here Run via curl --data "{\"username\": \"user\",\"password\": \"pass\"}" http://localhost:8000 or via Postman