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
This is a simple addition built onto the [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-js) that allows for OAuth in the browser to be done via a popup window.
5
+
This is a simple addition built onto the [Dropbox SDK][sdk] that allows for OAuth in the browser to be done via a popup window.
5
6
6
-
# Usage
7
+
##Usage
7
8
8
9
1. Create a new instance of the `DropboxPopup` class
9
10
@@ -23,7 +24,7 @@ popup.authUser((auth) => {
23
24
}
24
25
```
25
26
26
-
# Distributions
27
+
##Distributions
27
28
28
29
If you are using this via a node project compiled into browser assets, you can install via npm
0 commit comments