Browse Source

Fixes typos

master
Andres Gottlieb 8 years ago
parent
commit
756a12b6e8
No known key found for this signature in database GPG Key ID: 767BFD5047E1D52E
  1. 2
      instagram-auth/functions/index.js
  2. 2
      line-auth/functions/index.js
  3. 2
      linkedin-auth/README.md
  4. 2
      linkedin-auth/functions/index.js

2
instagram-auth/functions/index.js

@ -10,7 +10,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for t`he specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';

2
line-auth/functions/index.js

@ -10,7 +10,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for t`he specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';

2
linkedin-auth/README.md

@ -47,7 +47,7 @@ The `redirect` Function then redirects the user to the LinkedIn OAuth 2.0 consen
After the user has granted approval he is redirected back to the `./popup.html` page along with an OAuth 2.0 Auth Code as a URL parameter. This Auth code is then sent to the `token` Function using a JSONP Request. The `token` function then:
- Checks that the value of the `state` URL query parameter is the same as the one in the `state` cookie.
- Exchanges the auth code for an access token using the LinkedIn app credentials.
- Fetches the user ideneity using a LinkedIn API.
- Fetches the user identity using the LinkedIn API.
- Mints a Custom Auth token (which is why we need Service Accounts Credentials).
- Returns the Custom Auth Token, email, photo URL, user display name and LinkedIn access token to the `./popup.html` page.

2
linkedin-auth/functions/index.js

@ -10,7 +10,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for t`he specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
*/
'use strict';

Loading…
Cancel
Save