standard schema conforming schema in openauth not working seemingly exclusively with arktype?
i'm using the openauth library which is supposed to support standard schema for
i get typesafe output with zod, and the docs use valibot so i assume those 2 work
though with arktype i just get a generic
initially i thought this is an issue with openauth, but considering there's this standard schema, and i'm only seeing the issue on arktype i thought i'd come here first, perhaps there's an obvious mistake i'm making? this is the code
the link to openauth at the start of the message goes to the subjects part in question
subjects definition. i get typesafe output with zod, and the docs use valibot so i assume those 2 work
though with arktype i just get a generic
v1.StandardSchema<unknown, unknown> type on the resulting object. with zod i get initially i thought this is an issue with openauth, but considering there's this standard schema, and i'm only seeing the issue on arktype i thought i'd come here first, perhaps there's an obvious mistake i'm making? this is the code
the link to openauth at the start of the message goes to the subjects part in question