Jon Koops
Jon Koops
Works towards closing #7142. Fixes the types for the demo app so they match the expectations for React 18.
Works towards closing #7142
React 18 has been [released](https://reactjs.org/blog/2022/03/29/react-v18.html), code will have to be adjusted to that it is officially supported. ### Checklist - [x] https://github.com/patternfly/patternfly-react/issues/6919 - [x] Update `@types/react` and `@types/react-dom` (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210). -...
Works towards closing #7142. Fixes some common type errors as a result of the React upgrade.
To improve our type safety we will have to enable strict mode for the whole project.
There are a lot of issues with the current `keycloakEvents$` system we have on our KeycloakService. Therefore we want the introduce a `KeycloakEvents` service with the following at least the...
There is a lot of confusion on how `$keycloakEvents` work so it is required that we introduce some documentation on how this functionality can be used.
We will need a page with documentation on how to set up a client in Keycloak using public open-id connect. For more information about this feature see: #91
We will need a page with documentation pertaining to the retrieval of an 'offline token'. For more information about this feature see: https://github.com/mauriciovigolo/keycloak-angular/issues/232
We should update our examples or provide better documentation. Perhaps it would even be a good idea to remove some of the examples in name of simplicity.