stack/apps
Zai Shi b15fea3ac9
Domain should be always defined in neon domain crud endpoint (#683)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->

<!-- ELLIPSIS_HIDDEN -->


----

> [!IMPORTANT]
> Ensure `domain` is always defined in neon domain CRUD operations and
add test for missing domain case.
> 
>   - **Schema Changes**:
> - Update `domainReadSchema` and `domainCreateSchema` in `crud.tsx` to
ensure `domain` is always defined.
>   - **Tests**:
> - Add test case in `domain.test.ts` to verify failure when `domain` is
not specified in the request body.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for defea9d0dd. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>


<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2025-05-23 18:41:33 +02:00
..
backend Domain should be always defined in neon domain crud endpoint (#683) 2025-05-23 18:41:33 +02:00
dashboard chore: update package versions 2025-05-22 13:02:30 -07:00
dev-launchpad chore: update package versions 2025-05-22 13:02:30 -07:00
e2e Domain should be always defined in neon domain crud endpoint (#683) 2025-05-23 18:41:33 +02:00
mcp-server chore: update package versions 2025-05-22 13:02:30 -07:00
mock-oauth-server chore: update package versions 2025-05-22 13:02:30 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00