Regression due to changed types in admin plugin hooks since v1.3.28
Coookies not saved when using cookiePrefix with remote backend and expo client.
onInvitationAccepted is not found
Use OTP for changing email bug?
Bug createOrganization
userId, the value of this ID is not being used. Registration is being done using the ID of the user who is performing the registration action.
State mismatch with Twitch Oauth if automatic redirect doesn't work.

Additionalfields
`state_mismatch` On Latest Release
1.3.18; if you upgrade to the latest release all OAuth providers are giving state_mismatch error.Is there an update on this Org. plugin breaking issue ?
dynamicAccessControl: true...Error getting response from Convex

UPDATE: getInvitation return 403 Forbidden
2 same requests are made to a secondary storage

Anonymous sign-in should return `isAnonymous` property
isAnonymous property set as true in the user object.
I've included two screenshots: The type returned, and the user object logged to the console to show it does not contain the property....
Error Changing user email in server from client (URGENT) EXPRESS JS
const UpdateEmail = await axios.post("/api/auth/change-email", {
newEmail:values.email
}, { withCredentials:true ,baseURL:process.env.NEXT_PUBLIC_SERVER_URL}); ...Normalization inconsistency
auth.api.createUser() will normalize the username to lower case (as is documented).
* Calling auth.api.adminUpdateUser will not normalize the username to lower case....auth.api.setUserPassword always returns `{status:true}`
{status:true}FAILED_TO_GET_SESSION in user signout (latest version)
Sveltekit error Error: Cannot use relative URL (/api/auth/get-session)
Error: Cannot use relative URL (/api/auth/get-session) with global fetch — use `event.fetch` instead: https://svelte.dev/docs/kit/web-standards#fetch-apis
at globalThis.fetch
Error: Cannot use relative URL (/api/auth/get-session) with global fetch — use `event.fetch` instead: https://svelte.dev/docs/kit/web-standards#fetch-apis
at globalThis.fetch
