Replies: 1 comment
-
I don't see a proper process shown here. To do a list you need to format it properly.
What does this mean? Login has rate limiting. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I'm preventing showing of This action is unauthorized when user is not authenticated and click the verify email. I've found a stackoverflow related question here to solve the issue. But I'm thinking of security that's why I'm here to ask because you guys know how it all works.
Code:
So when an email confirmation link is clicked by an unauthenticated user the following will happen:
User will be redirected to the login view 1
User enters credentials; logs in successfully 2
User will be redirect back to the email confirmation URL
Email will be marked as confirmed
1 The email will not be marked as confirmed at this point.
2 The user may enter bad credentials multiple times. As soon as he enters the correct credentials he will be redirected to the intended email confirmation URL.
Beta Was this translation helpful? Give feedback.
All reactions