Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created July 19, 2019 14:23
Show Gist options
  • Save guzmonne/c5ba71c16bb1abefbf6431e6280653f7 to your computer and use it in GitHub Desktop.
Save guzmonne/c5ba71c16bb1abefbf6431e6280653f7 to your computer and use it in GitHub Desktop.
function Welcome() {
return (
<div>
Welcome {keycloak.idTokenParsed.name}!
<button onClick={() => keycloak.accountManagement()}>
Account
</button>
<button onClick={() => keycloak.logout()}>
Logout
</button>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment