SSO sign-in throws "TypeError: Invalid URL" with input 'undefined' despite correct configuration
Documentation of custom roles and permissions with the admin plugin are inaccurate
inferred type of '...' cannot be named without a reference
error TS2742: The inferred type of 'plugins' cannot be named without a reference to '...'. This is likely not portable. A type annotation is necessaryRegression 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}