logoalt Hacker News

kisamototoday at 12:04 PM0 repliesview on HN

A non-profit identity service.

Uses government IDs that a lot of people already have and saves signed credentials to your phone. There is a server element for the verification process but it runs all in-memory (follow the Mullvad model and not even have persistent storage in the servers).

It's fun. Get to practice mobile development (Flutter), use some local GPUs, learn about the changes to JWTs for signed, selective disclosure, Bitstrings for progressive disclosure lists etc.

Landing page is https://agora.gdn/ in case anyone wants to try a beta in the future.