🚀 Features
- Custom generate token function for magic links - by @t3duk in #1362 (b3371)
- Support function for trusted origins configuration - by @ping-maxwell and @Bekacru in #1151 (8c31e)
- admin: Set user password - by @Bekacru in #1203 (f7a49)
- generic-oauth: OAuth2 link account - by @Bekacru in #1208 (a609a)
- organization: Leave organization - by @Bekacru in #1239 (b26f8)
- username: Add default validation and options for validating username - by @Bekacru in #1345 (b1e27)
🐞 Bug Fixes
- Remove zod type export from clients - by @Bekacru (ec241)
- Log error in handleOAuthUserInfo - by @Bekacru (193df)
- Use Partial for body and query in InferRoute type - by @Bekacru (07d48)
- Database hooks should use Partial types to avoid overwriting previous hooks returns - by @Bekacru (00a07)
- cli: Add on delete cascade constraint to drizzle references - by @gregtjack in #1419 (f011c)
- expo: Headers should be retrieved from APIError in OAuth hook - by @Bekacru (0ea9c)
- phone-number: Ensure callbackOnVerification is called after user verification - by @Bekacru (1e318)
- rate-limit: Use the passed model name for rate limiter storage - by @Bekacru in #1412 (9445d)