period
: inactive periodauth
method options: email, password, passkey, securitykey, sms, totp, trustdevicerecovery
method options: backupemail, call, key, phrase, sms, trustdevice
Last active
December 16, 2024 19:25
-
-
Save festum/bf5e094e35a45fd7c444c3fbc4868ff2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collection of Dormant Account Policy for online services on the free-tier plan. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"google.com": { | |
"period": "24M", | |
"auth": ["password","sms","email","totp","passkey","securitykey","trustdevice"], | |
"recover": ["phrase","backupemail"] | |
}, | |
"proton.me": { | |
"period": "12M", | |
"auth": ["password","totp"], | |
"recovery": ["phrase","backupemail","trustdevice"] | |
}, | |
"filen.io": { | |
"period": "3M", | |
"auth": ["password","totp"], | |
"recovery": ["key"] | |
}, | |
"dropbox.com": { | |
"period": "12M", | |
"auth": ["password","totp","trustdevice","securitykey"], | |
"recovery": ["phrase"] | |
}, | |
"telegram.org": { | |
"period": "18M", | |
"auth": ["sms","password","trustdevice"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment