*If you would like to support these tutorials, you can contribute to my Patreon account
A demo project created to demonstrate how a react project can be secured using a Keycloak server via authorization token.
Realm configuration and users must be imported from the Spring Keycloak project in the requirements.
- Keycloak server 10.0.1
- https://github.com/czetsuya/Spring-Keycloak-with-REST-API
Functional components: Home, Dashboard, Customers, Documentation
Customer CRUD should be functional too, provided that Keycloak authentication server and Spring backend REST API are running and configured.
- Make sure that you have the same Keycloak client credentials value for the 2 project ands Keycloak server.