Created
September 16, 2017 23:03
-
-
Save ivanvs/03834159183084fbf1f432f1bfba7cc4 to your computer and use it in GitHub Desktop.
React example how to do authenitcation with Twitter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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