is it possible to extend expiration time of recovery links?
we're currently using
the problem we're encountering is that these links expire in a relatively short window of time. i don't know what exactly the expiration time is, it's not in the documentation.
generateLink({ ..., type: "recovery" }) to power our invite flow -- high level, we must create the user prior to inviting them, so the way the user gets access is simply to update their password.the problem we're encountering is that these links expire in a relatively short window of time. i don't know what exactly the expiration time is, it's not in the documentation.
- what's the default expiration time for recovery links?
- is there any way to extend it?