Skip to content

Commit 451fc50

Browse files
authored
Merge pull request google#129 from google/leshi-patch-2
Fix wrong extension id in instructions
2 parents f9b52d5 + 219b4cb commit 451fc50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

u2f-gae-demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ There are two deployments possible:
66
2. **CrxJs** -- The appspot server will call into the unbundled extension that you have. This deploys to https://crxjs-dot-u2fdemo.appspot.com
77

88
## NoExt
9-
In order to configure the appspot server to the extension that is built into Chrome, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```pfboblefjcgdjicmnffhdgionmgcdmne```:
9+
In order to configure the appspot server to the extension that is built into Chrome, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```kmendfapggjehodndflmmgagdbamhnfd```:
1010
```
11-
u2f.EXTENSION_ID = 'pfboblefjcgdjicmnffhdgionmgcdmne';
11+
u2f.EXTENSION_ID = 'kmendfapggjehodndflmmgagdbamhnfd';
1212
```
1313

1414
In order to deploy to https://noext-dot-u2fdemo.appspot.com, set the version value to ```noext``` in [appengine-web.xml](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/WEB-INF/appengine-web.xml):
@@ -17,9 +17,9 @@ In order to deploy to https://noext-dot-u2fdemo.appspot.com, set the version val
1717
```
1818

1919
## CrxJs
20-
In order to configure the appspot server to call the U2F extension you have, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```kmendfapggjehodndflmmgagdbamhnfd```:
20+
In order to configure the appspot server to call the U2F extension you have, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```pfboblefjcgdjicmnffhdgionmgcdmne```:
2121
```
22-
u2f.EXTENSION_ID = 'kmendfapggjehodndflmmgagdbamhnfd';
22+
u2f.EXTENSION_ID = 'pfboblefjcgdjicmnffhdgionmgcdmne';
2323
```
2424

2525
In order to deploy to https://crxjs-dot-u2fdemo.appspot.com, set the version value to ```crxjs``` in [appengine-web.xml](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/WEB-INF/appengine-web.xml):

0 commit comments

Comments
 (0)