···1---
2title: AT Protocol OAuth Basics Tutorial
3description: Implement your own Bluesky client using the `@atproto/oauth-client-node` package
4-date: "2024-10-29"
5draft: true
6---
0000000000000000
···1---
2title: AT Protocol OAuth Basics Tutorial
3description: Implement your own Bluesky client using the `@atproto/oauth-client-node` package
4+date: "2024-11-24"
5draft: true
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