A decentralized event management and credentialing system built on atproto.

bug: missing scope

+1 -1
+1 -1
src/http/handle_auth_login.rs
··· 263 263 state: state.clone(), 264 264 nonce: nonce.clone(), 265 265 code_challenge, 266 - scope: "openid email profile atproto account:email repo:community.lexicon.calendar.rsvp".to_string(), 266 + scope: "openid email profile atproto account:email repo:community.lexicon.calendar.rsvp repo:community.lexicon.badge.award".to_string(), 267 267 }; 268 268 269 269 // Get AIP server configuration