There is a common use case where applicants will want to invite someone else to their projects by email, but the invited might not yet have an account or might have an account with a different email. We need to add hashed invitation tokens (with a corresponding role) to a project, and provide an easy way for the invited party to claim it.
There is a common use case where applicants will want to invite someone else to their projects by email, but the invited might not yet have an account or might have an account with a different email. We need to add hashed invitation tokens (with a corresponding role) to a project, and provide an easy way for the invited party to claim it.
Dependency of #28