[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-cloudflare-statusphere. statusphere.atmo.tools
atproto cloudflare-workers oauth svelte
0

Configure Feed

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

165 B 4 lines
1import { generateClientAssertionKey } from '@atcute/oauth-node-client'; 2 3const key = await generateClientAssertionKey('main-key'); 4console.log(JSON.stringify(key));