personal website

init atproto-oauth blog

+17 -1
+17 -1
src/content/blog/atproto-oauth.md
··· 1 1 --- 2 2 title: AT Protocol OAuth Basics Tutorial 3 3 description: Implement your own Bluesky client using the `@atproto/oauth-client-node` package 4 - date: "2024-10-29" 4 + date: "2024-11-24" 5 5 draft: true 6 6 --- 7 + 8 + # Initial Project Setup 9 + 10 + # Database and Auth Stores 11 + 12 + # Implement AT Protocol Client 13 + 14 + # Encryption Practices feat. Pilcrow 15 + 16 + # Locals Variables and Login Flow 17 + 18 + # Implement ATProto OAuth Callback Endpoint 19 + 20 + # Hooks and Middleware for User and Agent 21 + 22 + # Logout Flow