Skip to content

Instantly share code, notes, and snippets.

@ivanvs
Created September 16, 2017 23:27
Show Gist options
  • Save ivanvs/06f86a7208d36dc531bbd3ac43d909b7 to your computer and use it in GitHub Desktop.
Save ivanvs/06f86a7208d36dc531bbd3ac43d909b7 to your computer and use it in GitHub Desktop.
React example how to do authenitcation with Twitter
logout = () => {
this.setState({isAuthenticated: false, token: '', user: null})
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment