You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/architecture/account-and-identity.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Sign up at [certified.app](https://certified.app). You'll get:
15
15
16
16
-**Low-friction sign-in** — Sign in with just your email and a code. No passwords or protocol knowledge required.
17
17
-**A DID** — Your permanent, portable identifier (e.g., `did:plc:z72i7hdynmk6r22z27h6tvur`). It never changes, even if you switch servers or handles.
18
-
-**A PDS** — Your Personal Data Server, where your hypercerts, evaluations, and other records are stored. You own this data.
18
+
-**A Repository** — Your own collection on the certified PDS, where your hypercerts, evaluations, and other records are stored. You own this data and you can migrate it between servers.
19
19
-**An (embedded) wallet** — Add your existing EVM wallet or get a new one.
20
20
-**Ecosystem access** — Your identity works across every Hypercerts application.
21
21
@@ -45,7 +45,11 @@ Handles are not needed to log in to the Hypercerts ecosystem, but every user has
45
45
46
46
**Organizations should use custom domain handles.** A handle like `numpy.org` proves organizational identity — anyone can verify that the DID behind `numpy.org` is controlled by whoever controls the domain.
47
47
48
-
To set up a custom handle, add a DNS TXT record or host a file at `https://your-domain.com/.well-known/atproto-did`. See the [AT Protocol handle documentation](https://atproto.com/specs/handle) for details.
48
+
To set up a custom handle, add a DNS TXT record or host a file at `https://your-domain.com/.well-known/atproto-did`. See the [AT Protocol handle documentation](https://atproto.com/specs/handle) for details and this [tutorial](https://blueskyweb.zendesk.com/hc/en-us/articles/19001802873101-How-to-Set-your-Domain-as-your-Handle) from bluesky for a step-by-step guide.
49
+
50
+
{% callout type="note" %}
51
+
If you sign up using your email on certified.app you will initially be given a random handle like `1lasdk.certified.app`. You can change your handle by going to your profile settings and clicking on "Change handle" on [certified.app](https://certified.app).
52
+
{% /callout %}
49
53
50
54
---
51
55
@@ -87,18 +91,6 @@ Never commit app passwords to version control. Use environment variables or a se
87
91
88
92
---
89
93
90
-
## Account recovery
91
-
92
-
Your `did:plc` identity includes a recovery key. If you lose access to your account, you can use this key to prove ownership and regain control.
93
-
94
-
When you create an account, you'll be prompted to save your recovery key. Store it somewhere safe — a password manager, encrypted backup, or physical paper in a secure location.
95
-
96
-
{% callout type="warning" %}
97
-
Without your recovery key, account recovery is difficult or impossible. Save it when prompted.
98
-
{% /callout %}
99
-
100
-
---
101
-
102
94
## The app.certified namespace
103
95
104
96
Beyond identity, Certified contributes shared data schemas to the AT Protocol ecosystem. You'll see `app.certified.*` in some lexicon names — for example, [`app.certified.location`](/lexicons/certified-lexicons/location) defines how geographic locations are represented. These are general-purpose schemas available to any application on AT Protocol, not just Hypercerts.
0 commit comments