@flametrench/ids 0.2.0-rc.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,17 +36,19 @@ Requires Node 20 or newer. ESM-only (no CommonJS build).
|
|
|
36
36
|
|
|
37
37
|
## Registered type prefixes
|
|
38
38
|
|
|
39
|
-
The
|
|
40
|
-
|
|
41
|
-
| Prefix | Resource |
|
|
42
|
-
| ------ | ------------------- |
|
|
43
|
-
| `usr` | User |
|
|
44
|
-
| `org` | Organization |
|
|
45
|
-
| `mem` | Membership |
|
|
46
|
-
| `inv` | Invitation |
|
|
47
|
-
| `ses` | Session |
|
|
48
|
-
| `cred` | Credential |
|
|
49
|
-
| `tup` | Authorization tuple |
|
|
39
|
+
The specification reserves the following prefixes:
|
|
40
|
+
|
|
41
|
+
| Prefix | Resource | Spec version |
|
|
42
|
+
| ------ | ------------------- | ------------ |
|
|
43
|
+
| `usr` | User | v0.1 |
|
|
44
|
+
| `org` | Organization | v0.1 |
|
|
45
|
+
| `mem` | Membership | v0.1 |
|
|
46
|
+
| `inv` | Invitation | v0.1 |
|
|
47
|
+
| `ses` | Session | v0.1 |
|
|
48
|
+
| `cred` | Credential | v0.1 |
|
|
49
|
+
| `tup` | Authorization tuple | v0.1 |
|
|
50
|
+
| `mfa` | MFA factor | v0.2 |
|
|
51
|
+
| `shr` | Share token | v0.2 |
|
|
50
52
|
|
|
51
53
|
Implementations must not invent prefixes outside the specification. New prefixes are added through the specification's RFC process.
|
|
52
54
|
|