No Redirect after MCP OAuth
Verifications are created multiple times
Verification doesnโt appear in the db
numeric additionalFields defaultValue field does not work
SyntaxError: "[object Object]" is not valid JSON on Google oauth callback
ParseJSONResultsPlugin
enabled on the adapterDoesn't work in Express if I change the path of app.all(...)
`member` & `pending` not defined in schema since 1.2.9 update

auth on server
Signing in when already signed in shouldn't create a new session
delete user with password doesn't work if sendDeleteAccountVerification is set up
In MYSQL mode, wrong column types are generated
import mcp plugin return error
Redirect Callback Bug
linkSocial
and want to handle any errors on my custom page rather than on the default api error page.
I discovered that in the parseState errorURL
is being set in case it's not in the state object.
This leads to the error url of redirectOnError
always being this default error url see here....Incorrect Response Data
useSession
/ getSession
, which fortunutely has a way to suit your needs.
I recommend checking out the custom session plugin which you can return lowercase names as needed....Bearer and Two Factor
impersonatedBy missing in admin session
useAuth
hook? @chris...Overriding TOTP Period Causes Unauthorized / Invalid Two-Factor Cookie Error

Generating schema from some plugins introduce bugs.

Adding admin plugin causes "The inferred type of this node exceeds the maximum length the compiler"
admin
plugin to my list of plugins it results in the error:
The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed
The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed
2FA / TOTP "trust device" bugs
trust_device
cookie is set. Expiration date looks like it's 30 days out (docs say it should be 60)
- log out
- Log back in; TOTP is not requested (good!)...