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:
parent
8fbab67060
commit
b70afcf16c
2 changed files with 50 additions and 4 deletions
|
@ -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(),
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue