-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F24/sayi/invite-user-endpoint #50
Conversation
this part looks good, the user is updated to active once they have successfully reset the password (because in case they follow the link and then don't reset the password, they wouldn't be able to get another email) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great work! This ticket wasn't easy, but you managed to figure it out.
Just a few minor fixes, and we should be able to merge before end of term!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look good to me
Notion ticket link
Invite User Endpoint + Email Link
Implementation description
Steps to test
a. with an email not in firebase
Test login process by logging into an alternate account and then clicking sign-in link
(Login with sign-in process isn't executed and original user stays logged in. Note that the sign-in link isn't invalidated, it will work if you log out and then click it).
(Tested but no image, check that original user's authenticated_user remains in local storage).
After logging out, click the sign-in link (successful)
What should reviewers focus on?
Checklist