Skip to content

Instantly share code, notes, and snippets.

@kmikulski
Created June 7, 2018 17:42
Show Gist options
  • Save kmikulski/63f266f52fa7173aa51f6d2230f87e2f to your computer and use it in GitHub Desktop.
Save kmikulski/63f266f52fa7173aa51f6d2230f87e2f to your computer and use it in GitHub Desktop.
the description for this gist
keycloak.init({onLoad: 'login-required'}).then(authenticated => {
this.setState({ keycloak: keycloak, authenticated: authenticated })
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment