@bhalliburton Invitations in what respect?
Mar 23, 2018
3
Level 1
How do invitation's work?
It seems largely undocumented...
Level 67
It creates an entry in the invitations table, containing the email address of the invited person and creates a token for that user (along with the team_id that the invite was sent from).
It sends an email to that email address with a link to click, which contains that token it stored in the invitations table.
When user clicks the link, it verifies that the token exists, and adds the user to the team that the invitation was for, and then deletes the entry from the invitations table.
Please or to participate in this conversation.