Skip to content

Instantly share code, notes, and snippets.

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