1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-04 13:59:17 +00:00

NORY-46: add client auth mechanism

This commit is contained in:
Markus Thielker 2025-02-25 15:58:53 +01:00
parent 8fbab67060
commit b70afcf16c
2 changed files with 50 additions and 4 deletions

View file

@ -13,4 +13,5 @@ export const clientFormSchema = z.object({
grant_types: z.array(z.string()),
response_types: z.array(z.string()),
token_endpoint_auth_method: z.string(),
});