Keycloak Workshop. Learn how to connect Frontend and Backend with Keycloak in the "right-way"
- Copy
.env.exampleto.envin root repository directory - Copy
apps/backend/.env.exampletoapps/backend/.env - Copy
apps/frontend/.env.exampletoapps/frontend/.env - Execute command
docker compose up --build
- Keycloak http://localhost:30090
- Backend http://localhost:30100
- Frontend http://localhost:30101
- MailDev http://localhost:30081
- Adminer http://localhost:30080
- Create realm
workshopin Keycloak - Create
backendandfrontendclients in Keycloak - Fix Frontend code to working properly with Keycloak
- Fix Backend code to working properly with Keycloak
- Write the missing code in Backend