jazzband / django-invitations

Generic invitations app for Django
GNU General Public License v3.0
559 stars 166 forks source link

key expired when sending multiple invites #232

Open elYeodeol opened 12 months ago

elYeodeol commented 12 months ago

Hello,

When i am sending several invites to different people, when one people accept the invitation, the other people cannot confirm because all other keys are expired. Is Django blocking mutltiple invit? Do i need to confirm the invitation before sending a new one?

blag commented 8 months ago

Are you sending multiple people at once, in a single invitation?

Or are you separately sending each recipient their own, distinct invitation?

I think this project only supports the second way.