You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,20 @@
37
37
| className |string ||class name for component |
38
38
| dialogWidth |number |600 |dialog width |
39
39
| dialogHeight |number |400 |dialog height |
40
-
40
+
| showIcon |bool |true |should default icon be visible |
41
41
42
42
# Examples
43
43
44
44
Full example can be found in [example](https://github.com/GenFirst/react-twitter-login/tree/master/example) folder.
45
45
46
+
You can find tutorial that explains in details how to implement Twitter authentication with RESTful backend [here](https://medium.com/@robince885/how-to-do-twitter-authentication-with-react-and-restful-api-e525f30c62bb).
47
+
48
+
# Workflow
49
+
50
+
The detailed explanation of the whole process can be found in Twitter documentation. In picture below you can find out all the steps that are needed.
0 commit comments