Skip to content

[Feature] Make invite token expiration configurable #3051

@sinistar77

Description

@sinistar77

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!

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions