gliff-ai / store

gliff.ai STORE – django application running gliff.ai’s main API and passing to the etebase API
https://gliff.ai
1 stars 0 forks source link

Expire Invites after x days #34

Open cooper667 opened 3 years ago

cooper667 commented 3 years ago

If invites are not accepted, there's no point storing them for longer than needed so we should remove them so we're not storing emails we don't use or need.

I think expiring is better than explicit rejection (as I don't think rejection would be used much and expiry handles that use case anyway)

joshuajames-smith commented 2 years ago

Note for me (@joshuajames-smith).

joshuajames-smith commented 2 years ago

If invites are not accepted, there's no point storing them for longer than needed so we should remove them so we're not storing emails we don't use or need.

I think expiring is better than explicit rejection (as I don't think rejection would be used much and expiry handles that use case anyway)

@cooper667 @ChasNelson1990 do have we an idea for how long the invite would last? Do we go with 24hr as a similar standard to other invite expiration cases with other software or do in multiple days?