Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed May 2, 2016
2 parents 350cca9 + f04a3a9 commit 97ce439
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 381 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ DEPENDENCIES
jekyll (>= 2.5.3)
kramdown
sanitize

BUNDLED WITH
1.10.3
15 changes: 15 additions & 0 deletions src/content/_contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@ beaufortfrancois:
description:
en: "Dives into Chromium source code"

owencm:
name:
given: Owen
family: Campbell-Moore
org:
name: Google
unit: Product Management
country: US
role:
- contributer
homepage: http://www.owencampbellmoore.com/
google: +OwenCampbellMoore
twitter: owencm
email: owencm@google.com

michaelchang:
name:
given: Michael
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ navigator.credentials.get({
password: true, // `true` to obtain password credentials
federated: {
providers: [ // Specify an array of IdP strings
'https://account.google.com',
'https://accounts.google.com',
'https://www.facebook.com'
]
}
Expand Down Expand Up @@ -262,7 +262,7 @@ navigator.credentials.store(cred)
var cred = new FederatedCredential({
id: id, // The id for the user
name: name, // Optional user name
provider: 'https://account.google.com', // A string that represents the identity provider
provider: 'https://accounts.google.com', // A string that represents the identity provider
iconURL: iconUrl // Optional user avatar image url
});
// Store it
Expand Down Expand Up @@ -290,7 +290,7 @@ navigator.credentials.get({
password: true, // Obtain password credentials or not
federated: { // Obtain federation credentials or not
providers: [ // Specify an array of IdP strings
'https://account.google.com',
'https://accounts.google.com',
'https://www.facebook.com'
]
},
Expand Down

0 comments on commit 97ce439

Please sign in to comment.