A framework for building native applications using React
Clarify access scope for publicly visible access token
Summary:
This token is restricted to public_repo access rights and it's alright to store in the open:
```
$ curl https://api.github.com/user?access_token={...}
X-OAuth-Scopes: public_repo
```
Closes https://github.com/facebook/react-native/pull/12569
Differential Revision: D4629308
Pulled By: hramos
fbshipit-source-id: 581a4c581f7b07068eaf1e953f62fc85ceb05ab2 H
Héctor Ramos committed
7be7aa8ed5cbf22660fdd08d5370181c8112673f
Parent: 152abb6
Committed by Facebook Github Bot <[email protected]>
on 2/28/2017, 8:31:00 PM