-
Notifications
You must be signed in to change notification settings - Fork 640
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
1360 crate ownership invitation token #1955
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
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.
I think I found all your TODO comments, was there anything else you had questions about?
Adds a token to the crate_owner_invitations table to be used in token-based acceptance of invitation via email.
2191c0e
to
83a1db2
Compare
Adds an API endpoint, handler, and web route for token-based acceptance. Also updates crate ownership invitation email to contain a URL with a token for accepting an invitation.
83a1db2
to
c14a03e
Compare
Whew, thanks for your patience @carols10cents! I've been a bit busy with the holidays and things the last couple of weeks. I think you've answered the questions I had, so I made edits as needed and rebased onto master. Looks like CI is passing, so I'm going to mark this as ready for review. |
Thank you for your patience! I saw one tiny spot where a URL had 2 slashes and went ahead and fixed that since it was the only thing I saw. This looks great to me! Thank you!! @bors r+ |
📌 Commit b12465e has been approved by |
1360 crate ownership invitation token Completes #1360
☀️ Test successful - checks-travis |
Completes #1360