bandada-infra / bandada

A system for managing privacy-preserving groups.
https://bandada.pse.dev
MIT License
67 stars 60 forks source link

Add EAS Attestation credentials to API and Dashboard #574

Closed waddaboo closed 1 month ago

waddaboo commented 1 month ago

Description

This PR implements a new feature to the the credentials API for easAttestations, introduced by PR #569. This PR also implements the said API for Dashboard.

The URL structure to join a group is:

http://localhost:3001/credentials?group=<group-id>&member=<member-commitment>&provider=eas&redirect_uri=<redirect-url>

Related Issue

Closes #573

Does this introduce a breaking change?

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bandada-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2024 7:15am
bandada-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2024 7:15am
waddaboo commented 1 month ago

Done!