Webhooks for the AT Protocol airglow.run
atproto atprotocol automation webhook
12
fork

Configure Feed

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

chore: new oauth client_id url

Hugo 652266f2 e8a3d669

+1 -1
+1 -1
lib/auth/client.ts
··· 212 212 } else { 213 213 client = new NodeOAuthClient({ 214 214 clientMetadata: { 215 - client_id: `${config.publicUrl}/oauth/client-metadata.json`, 215 + client_id: `${config.publicUrl}/oauth/client-metadata.json?v=2`, 216 216 client_name: "Airglow", 217 217 client_uri: config.publicUrl, 218 218 redirect_uris: [`${config.publicUrl}/auth/callback`],