mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
### Context We get a lot of noise on sentry about the result admin validation failing from the onList handler. However, we no longer care about validating reads for trustedDomains. Via config pushes, people can set them to anything anyway. There's no value in being stricter on reads than on writes. ### Summary of Changes We scope our schema changes to just the onList and read handlers for trusted domains for the most part, though relaxing the params validation also affects delete. In practice, delete needs to do an exact match to find what needs to be deleted so this is fine. Also, without relaxing it for delete, you wouldn't be able to delete a domain you had previously put in. |
||
|---|---|---|
| .. | ||
| backend | ||
| dashboard | ||
| dev-launchpad | ||
| e2e | ||
| hosted-components | ||
| mock-oauth-server | ||
| oauth-mock-server | ||