a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add email to requested oauth scopes

+1 -1
+1 -1
app/api/oauth/[route]/route.ts
··· 43 43 const ac = new AbortController(); 44 44 45 45 const url = await client.authorize(handle || "https://bsky.social", { 46 - scope: "atproto transition:generic", 46 + scope: "atproto transition:generic transition:email", 47 47 signal: ac.signal, 48 48 state: JSON.stringify(state), 49 49 });