Is your feature request related to a problem? Please describe.
It appears the invite expiration time is hard coded to 10 minutes.
self.invite_link_token_expires_in_minutes = 10 in backend/handler/auth/base_handler.py, which means invites essentially need to be handled in roughly real time (can't send to someone in sms/signal/etc. and then let them get to it at their leisure).
Describe the solution you'd like
Best case would be a configuration value in the invite UI dialog, but having something like a configurable environment variable would be a great option as well.
Describe alternatives you've considered
I've been reaching out to people and making sure they're active as I message them
Additional context
This product is awesome, and I appreciate everything you've done!
Is your feature request related to a problem? Please describe.
It appears the invite expiration time is hard coded to 10 minutes.
self.invite_link_token_expires_in_minutes = 10inbackend/handler/auth/base_handler.py, which means invites essentially need to be handled in roughly real time (can't send to someone in sms/signal/etc. and then let them get to it at their leisure).Describe the solution you'd like
Best case would be a configuration value in the invite UI dialog, but having something like a configurable environment variable would be a great option as well.
Describe alternatives you've considered
I've been reaching out to people and making sure they're active as I message them
Additional context
This product is awesome, and I appreciate everything you've done!