From 4e334c5e53eb2b4d0cae2899cc6b0db4226af0c7 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 30 Jan 2026 17:10:53 +0100 Subject: [PATCH 1/2] docs: default to id.ai for Internet Identity Signed-off-by: David Dal Busco --- .../index.md | 6 ++++++ docs/build/authentication/internet-identity.md | 14 +++++++------- docs/miscellaneous/workarounds.md | 6 +++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/blog/2023-10-05-setting-up-your-internet-identity-on-internetcomputer-dot-org/index.md b/blog/2023-10-05-setting-up-your-internet-identity-on-internetcomputer-dot-org/index.md index c06b0dad..7a5110d3 100644 --- a/blog/2023-10-05-setting-up-your-internet-identity-on-internetcomputer-dot-org/index.md +++ b/blog/2023-10-05-setting-up-your-internet-identity-on-internetcomputer-dot-org/index.md @@ -8,6 +8,12 @@ image: https://juno.build/assets/images/setting-up-your-internet-identity-on-int ![](./setting-up-your-internet-identity-on-internetcomputer-dot-org.png) +:::important + +This blog post is no longer needed as the latest version of Internet Identity natively supports both domains. It's just still live for posterity. + +::: + --- Web 2.0 uses usernames and passwords for logging into websites, which isn't very secure, can be a hassle, and doesn't always keep your information private. diff --git a/docs/build/authentication/internet-identity.md b/docs/build/authentication/internet-identity.md index 7f57d856..33541de3 100644 --- a/docs/build/authentication/internet-identity.md +++ b/docs/build/authentication/internet-identity.md @@ -42,13 +42,13 @@ This creates (or reuses) a session automatically the first time the user signs i Internet Identity sign-in can be customized with options that let you control session lifetime, provider configuration, or track progress during the flow. -| Option | Type | Default | Description | -| ---------------------------- | ---------------------------------------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `maxTimeToLiveInNanoseconds` | `BigInt(4 * 60 * 60 * 1000 * 1000 * 1000)` | **4 hours** | Maximum lifetime of the user's session in **nanoseconds**. Once expired, the session cannot be extended. | -| `windowed` | `boolean` | `true` | By default, the authentication flow is presented in a popup window on desktop that is automatically centered on the browser. This behavior can be turned off by setting the option to `false`, causing the authentication flow to happen in a separate tab instead. | -| `derivationOrigin` | `string` or `URL` | | The main domain to be used to ensure your users are identified with the same public ID, regardless of which of your Satellite's URLs they use to access your application. | -| `onProgress` | `(progress) => void` | | Callback for provider sign-in and user creation/loading. | -| `domain` | `internetcomputer.org` or `ic0.app` or `id.ai` | `internetcomputer.org` | The domain on which to open Internet Identity. | +| Option | Type | Default | Description | +| ---------------------------- | ---------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `maxTimeToLiveInNanoseconds` | `BigInt(4 * 60 * 60 * 1000 * 1000 * 1000)` | **4 hours** | Maximum lifetime of the user's session in **nanoseconds**. Once expired, the session cannot be extended. | +| `windowed` | `boolean` | `true` | By default, the authentication flow is presented in a popup window on desktop that is automatically centered on the browser. This behavior can be turned off by setting the option to `false`, causing the authentication flow to happen in a separate tab instead. | +| `derivationOrigin` | `string` or `URL` | | The main domain to be used to ensure your users are identified with the same public ID, regardless of which of your Satellite's URLs they use to access your application. | +| `onProgress` | `(progress) => void` | | Callback for provider sign-in and user creation/loading. | +| `domain` | `id.ai` or `internetcomputer.org` or `ic0.app` | `id.ai` | The domain on which to open Internet Identity. | Example with options: diff --git a/docs/miscellaneous/workarounds.md b/docs/miscellaneous/workarounds.md index 158e96e8..07813beb 100644 --- a/docs/miscellaneous/workarounds.md +++ b/docs/miscellaneous/workarounds.md @@ -58,7 +58,7 @@ Sharing the same identity also means sharing access to the same wallet linked to #### 1. Create a new identity -Go to [identity.internetcomputer.org](https://identity.internetcomputer.org) and create a new identity. +Go to [id.ai](https://id.ai) and create a new identity. #### 2. Set up @@ -70,7 +70,7 @@ Arrange a call or meeting with the person you want to share the identity with, a #### 4. Sign into your Internet Identity -Once ready, sign again into [identity.internetcomputer.org](https://identity.internetcomputer.org) using the newly created identity. +Once ready, sign again into [id.ai](https://id.ai) using the newly created identity. #### 5. Add a new passkey @@ -78,7 +78,7 @@ Click "Add new passkey" to initiate the process of adding the other person’s d #### 6. Share the generated link -A link (e.g.,`https://identity.internetcomputer.org/?action=add-passkey&ii=1122333` for an identity number `1122333`) will be generated and valid for 15 minutes. Copy and send this link to the person you want to share the identity with. +A link (e.g.,`https://id.ai/pair#12345`) will be generated and valid for 15 minutes. Copy and send this link to the person you want to share the identity with. #### 7. Approve the new passkey From 84928f07cd60056272dda116273ef2c70bb21f37 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:12:31 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 60f3b619..c69399e4 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -1025,7 +1025,7 @@ Internet Identity sign-in can be customized with options that let you control se | `windowed` | `boolean` | `true` | By default, the authentication flow is presented in a popup window on desktop that is automatically centered on the browser. This behavior can be turned off by setting the option to `false`, causing the authentication flow to happen in a separate tab instead. | | `derivationOrigin` | `string` or `URL` | | The main domain to be used to ensure your users are identified with the same public ID, regardless of which of your Satellite's URLs they use to access your application. | | `onProgress` | `(progress) => void` | | Callback for provider sign-in and user creation/loading. | -| `domain` | `internetcomputer.org` or `ic0.app` or `id.ai` | `internetcomputer.org` | The domain on which to open Internet Identity. | +| `domain` | `id.ai` or `internetcomputer.org` or `ic0.app` | `id.ai` | The domain on which to open Internet Identity. | Example with options: @@ -8896,7 +8896,7 @@ Sharing the same identity also means sharing access to the same wallet linked to #### 1\. Create a new identity -Go to [identity.internetcomputer.org](https://identity.internetcomputer.org) and create a new identity. +Go to [id.ai](https://id.ai) and create a new identity. #### 2\. Set up @@ -8908,7 +8908,7 @@ Arrange a call or meeting with the person you want to share the identity with, a #### 4\. Sign into your Internet Identity -Once ready, sign again into [identity.internetcomputer.org](https://identity.internetcomputer.org) using the newly created identity. +Once ready, sign again into [id.ai](https://id.ai) using the newly created identity. #### 5\. Add a new passkey @@ -8916,7 +8916,7 @@ Click "Add new passkey" to initiate the process of adding the other person’s d #### 6\. Share the generated link -A link (e.g.,`https://identity.internetcomputer.org/?action=add-passkey&ii=1122333` for an identity number `1122333`) will be generated and valid for 15 minutes. Copy and send this link to the person you want to share the identity with. +A link (e.g.,`https://id.ai/pair#12345`) will be generated and valid for 15 minutes. Copy and send this link to the person you want to share the identity with. #### 7\. Approve the new passkey