Skip to content

Commit 8fe8de3

Browse files
authored
Update standard schema info in index.mdx (#167)
* Update standard schema info in index.mdx * Tweaks * Update index.mdx
1 parent 3e3c9e6 commit 8fe8de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/content/docs/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const subjects = createSubjects({
147147
})
148148
```
149149

150-
We are using [valibot](https://github.com/fabian-hiller/valibot) to define the shape of the subject so it can be validated properly. You can use any validation library that is following the [standard-schema specification](https://github.com/standard-schema/standard-schema) - the next version of Zod will support this.
150+
We are using Valibot here to define and validate the shape of the subject. You can use any validation library that follows the [standard-schema specification](https://github.com/standard-schema/standard-schema), including Zod `^3.24.0` and Valibot `^1.0.0`. See the full list of compatible libraries [here](https://standardschema.dev/#what-schema-libraries-implement-the-spec).
151151

152152
You typically will want to place subjects in its own file as it can be imported by all of your apps. You can pass it to the issuer in the `subjects` field.
153153

0 commit comments

Comments
 (0)