Q: What is the use of the `isVerified` field for A...
# prisma-whats-new
a
Q: What is the use of the
isVerified
field for Anonymous Authentication?
n
It is in their for legacy reasons, it has no actual use anymore as far as I'm aware
🙏🏻 1
a
Ah, that's why 😄
I would expect the initial authentication with secret to always succeed, and re-authenticating with the same secret to fail for
isVerified = false
I'll hold my breath until the beta is finished for authentication 😄
n
well schema extensions will allow you to build exactly that on your own
a
You're thinking custom mutation as wrapper that checks
isVerified
?
Or you're referring to custom authentication?
n
I'm referring to custom authentication
👍🏻 1
a
That's still in beta right?
n
yes