tangled
alpha
login
or
join now
zeu.dev
/
zeu-site
0
fork
atom
personal website
0
fork
atom
overview
issues
pulls
pipelines
init atproto-oauth blog
zeu.dev
1 year ago
f6922764
75596624
+17
-1
1 changed file
expand all
collapse all
unified
split
src
content
blog
atproto-oauth.md
+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
4
-
date: "2024-10-29"
4
4
+
date: "2024-11-24"
5
5
draft: true
6
6
---
7
7
+
8
8
+
# Initial Project Setup
9
9
+
10
10
+
# Database and Auth Stores
11
11
+
12
12
+
# Implement AT Protocol Client
13
13
+
14
14
+
# Encryption Practices feat. Pilcrow
15
15
+
16
16
+
# Locals Variables and Login Flow
17
17
+
18
18
+
# Implement ATProto OAuth Callback Endpoint
19
19
+
20
20
+
# Hooks and Middleware for User and Agent
21
21
+
22
22
+
# Logout Flow