🦋 Live Bluesky Post

Matt Kane's avatar

Matt Kane

@mk.gg

Matt Kane

Remarkably, everybody who uses Cirrus is over 18. What are the odds?

app.get("/xrpc/app.bsky.ageassurance.getState", requireAuth, (c) => {
	return c.json({
		state: {
			status: "assured",
			access: "full",
			lastInitiatedAt: new Date().toISOString(),
		},
		metadata: {
			accountCreatedAt: new Date().toISOString(),
		},
	});
});
February 8, 2026 at 8:50 AM UTC