Replying to @⁨Some_Emo_Chick@lemmy.world⁩

Google Wallet users can share a passport ID pass; Google sends Discord a birthdate, and Discord derives age from it without retaining that date.

… if google wallet is determining it anyway, why can’t google wallet just reply yes or no to the “is over 17” query… it seems like discord wouldn’t need to know exact age at all in that flow.

Edited ⁨⁨Sep⁩ ⁨6⁩, ⁨2026⁩, ⁨17:58⁩⁩en

Replying to @⁨InFerNo@lemmy.ml⁩

Even then, the prompt could be as easy as a “recheck” button that the user sees on age restricted media. Kind of like how their age verification bucket was going to be. Database side all they need to know is a boolean of true or false of if they are a minor or not. or /maybe/ a trinary (0,1,2) system if that wanted a distinguishment of < 13 13-17 and 18+ It doesn’t have to check daily, it only has to check when the user requests access to age restricted stuff.