mastodon/mastodon#34495 details upcoming changes to the sign-up API that we should implement on our end. As far as I can tell, in the simplest case we'd need to:
Following a decision on how exactly we want to detect problematic requests, we could additionally, later:
mastodon/mastodon#34495 details upcoming changes to the sign-up API that we should implement on our end. As far as I can tell, in the simplest case we'd need to:
min_ageavailable inInstance.Registrationsdate_of_birth(String, optional) parameter toAccountMethods.registerAccount(...)Following a decision on how exactly we want to detect problematic requests, we could additionally, later:
dateOfBirthis null whileclient.getInstance().registrations.minAgeis not, then throw an exceptiondateOfBirthsome date-based type (does a variant of ourPrecisionDateTimework here?), then detect if the resulting age would be smaller than the necessaryminAgeof the connected Mastodon instance.