Hello! I am trying to implement email verification...
# talk-kratos
a
Hello! I am trying to implement email verification in our website. I would like to redirect an unverified user to a certain page once he tries to log-in (that page will contain the resend verification email link). Is that possible? I know that through hooks I could prevent a user from signing in, but that's not exactly what I want.
up!