Is it posible to change the expiration date/conditions to account recuperation tokens on Firebase Auhtentication

Viewed 30

So, I am using a LAMP stack API for a mobile App with Firebase for authentication. You can restore your password via email with a token. It has an expiration time of one houre (sometimes a little more, I have witnessed). I need to expire the non-used tokens whenever I create a new one. Is it posible? The documentation is not clear and every article says you can't modify the expiration time and doesn't say anything for the expiration of old non-used tokens.
For example:
https://medium.com/@beard0/firebase-admin-auth-link-expiration-times-9b5b090eae37
Can you help me, please?

0 Answers
Related