Reko Jokelainen
Results
2
issues of
Reko Jokelainen
I had trouble finding this in documentation when trying to set up two connected keycloak instances to perform a backchannel logout. I finally found the URL `/realms/{realm-name}/protocol/openid-connect/logout/backchannel-logout` by reading the...
A softer version of `findWithRef` would be beneficial when, e.g., hiding components: ``` jsx class Foo extends Component { render() { return ( {this.props.show ? Text : undefined} ) }...