Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme with local URLs #2147

Merged
merged 3 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Use the Internet Identity canister in your local dfx project by adding the follo
}
}
```
To deploy, run `dfx deploy`.

To access Internet Identity or configure it for your dapp, use one of the following URLs:
* Chrome, Firefox: `http://<canister_id>.localhost:4943`
* Safari: `http://localhost:4943?canisterId=<canister_id>`

### Architecture Overview

Expand Down
5 changes: 4 additions & 1 deletion demos/using-dev-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ You might get different canister IDs (and that's totally fine). If the `webapp`

![](./webapp.png)

_If you actually use the webapp, make sure that the "Internet Identity URL" field points to `http://localhost:4943/?canisterId=<canister ID of the internet_identity canister>`._
_If you actually use the webapp, make sure that the "Internet Identity URL" field points to one of these URLS_:

- Chrome, Firefox: `http://<canister ID of the internet_identity canister>.localhost:4943/`.
- Safari: `http://localhost:4943/?canisterId=<canister ID of the internet_identity canister>`.

## Helpers

Expand Down