Skip to content

Instantly share code, notes, and snippets.

@festum
Last active December 16, 2024 19:25
Show Gist options
  • Save festum/bf5e094e35a45fd7c444c3fbc4868ff2 to your computer and use it in GitHub Desktop.
Save festum/bf5e094e35a45fd7c444c3fbc4868ff2 to your computer and use it in GitHub Desktop.
  • period: inactive period
  • auth method options: email, password, passkey, securitykey, sms, totp, trustdevice
  • recovery method options: backupemail, call, key, phrase, sms, trustdevice
Collection of Dormant Account Policy for online services on the free-tier plan.
{
"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