Authenticator options like throwOnError and sessionErrorKey #316
Closed
DennisKraaijeveld
started this conversation in
General
Replies: 1 comment
-
Yes, that's removed, in case of error it will always throw an error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
So I have been upgrading to version 4, and I saw some things where removed from the authentication method. Before we had things like:
const formError = cookieSession.get(authenticator.sessionErrorKey)
and
{throwOnError: true}
Is this something we can now remove from our codebase?
Beta Was this translation helpful? Give feedback.
All reactions