Simple example project to run gRPC behind OAuth2 using keycloak in docker container using Svelte with Material UI
- add
127.0.0.1 keycloak.localtest.me oauth2-proxy.localtest.me
to your hosts file - run
docker-compose up
- keycloak might need very long to start (~3 minutes), be patient!
- visit http://localhost:4000 in your browser.
Based on https://github.com/oauth2-proxy/