Skip to content

Commit

Permalink
Merge pull request #110 from turtlegood/dev
Browse files Browse the repository at this point in the history
update README.md to inform the handle of cookies
  • Loading branch information
Traviskn authored Jul 13, 2018
2 parents fb0c5f1 + 6984edc commit 56c44e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ To sum up:
### Download example: Fetch files that need authorization token

Most simple way is download to memory and stored as BASE64 encoded string, this is handy when the response data is small.
Most simple way is download to memory and stored as BASE64 encoded string, this is handy when the response data is small. Note that when it comes to authorization, not only can you use an authorization token, but this package will automatically pass the cookies created by normal js requests such as axios and fetch. Therefore, if you are using traditional cookie-based ways to authorize your user, you don't need to do anything before this package works.

```js

Expand Down

0 comments on commit 56c44e4

Please sign in to comment.