@atproto/oauth-client-node 0.4.3 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +640 -0
- package/package.json +15 -14
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,640 @@
|
|
|
1
|
+
# @atproto/oauth-client-node
|
|
2
|
+
|
|
3
|
+
## 0.4.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#5099](https://github.com/bluesky-social/atproto/pull/5099) [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update TypeScript build to rely on references to composite internal projects
|
|
8
|
+
|
|
9
|
+
- [#5099](https://github.com/bluesky-social/atproto/pull/5099) [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Bundle only necessary files in the NPM tarball, including the `CHANGELOG.md` and `README.md` files (if present).
|
|
10
|
+
|
|
11
|
+
- [#5099](https://github.com/bluesky-social/atproto/pull/5099) [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build with `noImplicitAny` enabled
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07), [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07), [`b43ec31`](https://github.com/bluesky-social/atproto/commit/b43ec31f247f4461725b01226885f88bd430ca07)]:
|
|
14
|
+
- @atproto-labs/handle-resolver-node@0.2.4
|
|
15
|
+
- @atproto-labs/did-resolver@0.3.4
|
|
16
|
+
- @atproto-labs/simple-store@0.4.3
|
|
17
|
+
- @atproto/jwk-webcrypto@0.3.3
|
|
18
|
+
- @atproto/oauth-client@0.7.7
|
|
19
|
+
- @atproto/oauth-types@0.7.4
|
|
20
|
+
- @atproto/jwk-jose@0.2.3
|
|
21
|
+
- @atproto/jwk@0.7.3
|
|
22
|
+
- @atproto/did@0.5.3
|
|
23
|
+
|
|
24
|
+
## 0.4.4
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [[`8bcba69`](https://github.com/bluesky-social/atproto/commit/8bcba69cf1f02d09e07b51ce091918312029df63)]:
|
|
29
|
+
- @atproto/oauth-client@0.7.6
|
|
30
|
+
|
|
31
|
+
## 0.4.3
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- [#5151](https://github.com/bluesky-social/atproto/pull/5151) [`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update dependencies
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [[`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7)]:
|
|
38
|
+
- @atproto/did@0.5.2
|
|
39
|
+
- @atproto-labs/did-resolver@0.3.3
|
|
40
|
+
- @atproto-labs/handle-resolver-node@0.2.3
|
|
41
|
+
- @atproto-labs/simple-store@0.4.2
|
|
42
|
+
- @atproto/jwk@0.7.2
|
|
43
|
+
- @atproto/jwk-jose@0.2.2
|
|
44
|
+
- @atproto/jwk-webcrypto@0.3.2
|
|
45
|
+
- @atproto/oauth-client@0.7.5
|
|
46
|
+
- @atproto/oauth-types@0.7.3
|
|
47
|
+
|
|
48
|
+
## 0.4.2
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- [#4967](https://github.com/bluesky-social/atproto/pull/4967) [`9fc720c`](https://github.com/bluesky-social/atproto/commit/9fc720ce75f3ee88a5e48a9be919b07c7647f6f5) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use TypeScript 7 to build package
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [[`9fc720c`](https://github.com/bluesky-social/atproto/commit/9fc720ce75f3ee88a5e48a9be919b07c7647f6f5)]:
|
|
55
|
+
- @atproto-labs/handle-resolver-node@0.2.2
|
|
56
|
+
- @atproto-labs/did-resolver@0.3.2
|
|
57
|
+
- @atproto-labs/simple-store@0.4.1
|
|
58
|
+
- @atproto/jwk-webcrypto@0.3.1
|
|
59
|
+
- @atproto/oauth-client@0.7.3
|
|
60
|
+
- @atproto/oauth-types@0.7.2
|
|
61
|
+
- @atproto/jwk-jose@0.2.1
|
|
62
|
+
- @atproto/jwk@0.7.1
|
|
63
|
+
- @atproto/did@0.5.1
|
|
64
|
+
|
|
65
|
+
## 0.4.1
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- Updated dependencies [[`622d365`](https://github.com/bluesky-social/atproto/commit/622d365aeb240133f40763a3b1c43981112837fc)]:
|
|
70
|
+
- @atproto/did@0.5.0
|
|
71
|
+
- @atproto-labs/did-resolver@0.3.1
|
|
72
|
+
- @atproto-labs/handle-resolver-node@0.2.1
|
|
73
|
+
- @atproto/oauth-client@0.7.2
|
|
74
|
+
- @atproto/oauth-types@0.7.1
|
|
75
|
+
|
|
76
|
+
## 0.4.0
|
|
77
|
+
|
|
78
|
+
### Minor Changes
|
|
79
|
+
|
|
80
|
+
- [#4929](https://github.com/bluesky-social/atproto/pull/4929) [`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Drop support for Node.js 18 and 20. Node.js 22 is now the minimum supported version. Docker images now use Node.js 24.
|
|
81
|
+
|
|
82
|
+
- [#4943](https://github.com/bluesky-social/atproto/pull/4943) [`c459153`](https://github.com/bluesky-social/atproto/commit/c459153395a30ce89e050892c8fab7dc98e019b9) Thanks [@devinivy](https://github.com/devinivy)! - **BREAKING:** Convert to pure ESM. All packages now ship `"type": "module"` with ES module output and Node16 module resolution.
|
|
83
|
+
|
|
84
|
+
Node.js 22's `require()` compatibility layer can still load these packages in CommonJS code.
|
|
85
|
+
|
|
86
|
+
- [#4930](https://github.com/bluesky-social/atproto/pull/4930) [`908bece`](https://github.com/bluesky-social/atproto/commit/908bece169258bff5ad121e5eec157d6ded6f705) Thanks [@devinivy](https://github.com/devinivy)! - Build with TypeScript 6.0.
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- Updated dependencies [[`f01c59f`](https://github.com/bluesky-social/atproto/commit/f01c59f5bd3f75fb8b47a9eecd4858b84033fb7c), [`c459153`](https://github.com/bluesky-social/atproto/commit/c459153395a30ce89e050892c8fab7dc98e019b9), [`affb50c`](https://github.com/bluesky-social/atproto/commit/affb50c040b497a12631df99a6310f8e78cab557), [`908bece`](https://github.com/bluesky-social/atproto/commit/908bece169258bff5ad121e5eec157d6ded6f705)]:
|
|
91
|
+
- @atproto/did@0.4.0
|
|
92
|
+
- @atproto/jwk@0.7.0
|
|
93
|
+
- @atproto/jwk-jose@0.2.0
|
|
94
|
+
- @atproto/jwk-webcrypto@0.3.0
|
|
95
|
+
- @atproto/oauth-client@0.7.0
|
|
96
|
+
- @atproto/oauth-types@0.7.0
|
|
97
|
+
- @atproto-labs/did-resolver@0.3.0
|
|
98
|
+
- @atproto-labs/handle-resolver-node@0.2.0
|
|
99
|
+
- @atproto-labs/simple-store@0.4.0
|
|
100
|
+
|
|
101
|
+
## 0.3.17
|
|
102
|
+
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
- Updated dependencies [[`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df), [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df), [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df), [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df)]:
|
|
106
|
+
- @atproto/oauth-client@0.6.0
|
|
107
|
+
|
|
108
|
+
## 0.3.16
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- Updated dependencies [[`d54d707`](https://github.com/bluesky-social/atproto/commit/d54d7077eb32041e1f61c312efa1dd0d768c774e), [`d54d707`](https://github.com/bluesky-social/atproto/commit/d54d7077eb32041e1f61c312efa1dd0d768c774e)]:
|
|
113
|
+
- @atproto/did@0.3.0
|
|
114
|
+
- @atproto-labs/did-resolver@0.2.6
|
|
115
|
+
- @atproto-labs/handle-resolver-node@0.1.25
|
|
116
|
+
- @atproto/oauth-client@0.5.14
|
|
117
|
+
- @atproto/oauth-types@0.6.2
|
|
118
|
+
|
|
119
|
+
## 0.3.15
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- Updated dependencies [[`2f78893`](https://github.com/bluesky-social/atproto/commit/2f78893ace3bbf14d4bac36837820ddb46658c98)]:
|
|
124
|
+
- @atproto/did@0.2.4
|
|
125
|
+
- @atproto/oauth-client@0.5.13
|
|
126
|
+
- @atproto-labs/did-resolver@0.2.5
|
|
127
|
+
- @atproto-labs/handle-resolver-node@0.1.24
|
|
128
|
+
- @atproto/oauth-types@0.6.1
|
|
129
|
+
|
|
130
|
+
## 0.3.14
|
|
131
|
+
|
|
132
|
+
### Patch Changes
|
|
133
|
+
|
|
134
|
+
- Updated dependencies [[`95ef3c2`](https://github.com/bluesky-social/atproto/commit/95ef3c24e8072e9d49412950b033cb8607764ee0), [`5d8e7a6`](https://github.com/bluesky-social/atproto/commit/5d8e7a6588fc9e57e15d83d47bb45103205e3e41)]:
|
|
135
|
+
- @atproto/oauth-types@0.6.0
|
|
136
|
+
- @atproto/oauth-client@0.5.12
|
|
137
|
+
|
|
138
|
+
## 0.3.13
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- Updated dependencies []:
|
|
143
|
+
- @atproto/oauth-client@0.5.11
|
|
144
|
+
|
|
145
|
+
## 0.3.12
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- Updated dependencies [[`8012627`](https://github.com/bluesky-social/atproto/commit/8012627a1226cb2f1c753385ad2497b6b43ffd2e), [`d396de0`](https://github.com/bluesky-social/atproto/commit/d396de016d1d55d08cfad1dabd3ffd9eaeea76ea)]:
|
|
150
|
+
- @atproto/did@0.2.3
|
|
151
|
+
- @atproto-labs/did-resolver@0.2.4
|
|
152
|
+
- @atproto-labs/handle-resolver-node@0.1.23
|
|
153
|
+
- @atproto/oauth-client@0.5.10
|
|
154
|
+
- @atproto/oauth-types@0.5.2
|
|
155
|
+
|
|
156
|
+
## 0.3.11
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- Updated dependencies [[`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7), [`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7)]:
|
|
161
|
+
- @atproto-labs/did-resolver@0.2.3
|
|
162
|
+
- @atproto/did@0.2.2
|
|
163
|
+
- @atproto/oauth-client@0.5.9
|
|
164
|
+
- @atproto-labs/handle-resolver-node@0.1.22
|
|
165
|
+
- @atproto/oauth-types@0.5.1
|
|
166
|
+
|
|
167
|
+
## 0.3.10
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- Updated dependencies [[`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58), [`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58), [`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58)]:
|
|
172
|
+
- @atproto/oauth-types@0.5.0
|
|
173
|
+
- @atproto/oauth-client@0.5.8
|
|
174
|
+
- @atproto-labs/handle-resolver-node@0.1.21
|
|
175
|
+
|
|
176
|
+
## 0.3.9
|
|
177
|
+
|
|
178
|
+
### Patch Changes
|
|
179
|
+
|
|
180
|
+
- Updated dependencies [[`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`f560cf226`](https://github.com/bluesky-social/atproto/commit/f560cf2266715666ce5852ab095fcfb3876ae815), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3), [`09439d7d6`](https://github.com/bluesky-social/atproto/commit/09439d7d688294ad1a0c78a74b901ba2f7c5f4c3)]:
|
|
181
|
+
- @atproto/oauth-types@0.4.2
|
|
182
|
+
- @atproto/oauth-client@0.5.7
|
|
183
|
+
- @atproto/jwk@0.6.0
|
|
184
|
+
- @atproto/jwk-webcrypto@0.2.0
|
|
185
|
+
- @atproto/did@0.2.1
|
|
186
|
+
- @atproto/jwk-jose@0.1.11
|
|
187
|
+
- @atproto-labs/did-resolver@0.2.2
|
|
188
|
+
- @atproto-labs/handle-resolver-node@0.1.20
|
|
189
|
+
|
|
190
|
+
## 0.3.8
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- Updated dependencies []:
|
|
195
|
+
- @atproto/oauth-client@0.5.6
|
|
196
|
+
|
|
197
|
+
## 0.3.7
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- Updated dependencies [[`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`86c4699da`](https://github.com/bluesky-social/atproto/commit/86c4699da8cf184c251e58c0a3a2612dd676f0ea), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d), [`f9dc9aa4c`](https://github.com/bluesky-social/atproto/commit/f9dc9aa4c9eaf2f82d140fbf011a9015e7f1a00d)]:
|
|
202
|
+
- @atproto/did@0.2.0
|
|
203
|
+
- @atproto-labs/simple-store@0.3.0
|
|
204
|
+
- @atproto/oauth-client@0.5.5
|
|
205
|
+
- @atproto-labs/did-resolver@0.2.1
|
|
206
|
+
- @atproto-labs/handle-resolver-node@0.1.19
|
|
207
|
+
|
|
208
|
+
## 0.3.6
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- [#4139](https://github.com/bluesky-social/atproto/pull/4139) [`6231c8730`](https://github.com/bluesky-social/atproto/commit/6231c8730adb3a4c17dec417e5332b2be61070e5) Thanks [@ThisIsMissEm](https://github.com/ThisIsMissEm)! - Fix support for multiple redirect URIs in `@atproto/oauth-client`
|
|
213
|
+
|
|
214
|
+
Previously the callback method assumed a singular `redirect_uris` value, and enforced only performing the callback with the first registered redirect URI. This change allows passing the actual redirect URI to the `callback` method, much like the `authorize` method supports.
|
|
215
|
+
|
|
216
|
+
- Updated dependencies [[`6231c8730`](https://github.com/bluesky-social/atproto/commit/6231c8730adb3a4c17dec417e5332b2be61070e5)]:
|
|
217
|
+
- @atproto/oauth-client@0.5.4
|
|
218
|
+
|
|
219
|
+
## 0.3.5
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- Updated dependencies []:
|
|
224
|
+
- @atproto/oauth-client@0.5.3
|
|
225
|
+
|
|
226
|
+
## 0.3.4
|
|
227
|
+
|
|
228
|
+
### Patch Changes
|
|
229
|
+
|
|
230
|
+
- Updated dependencies [[`8a88e2c15`](https://github.com/bluesky-social/atproto/commit/8a88e2c15451f5e8239400eeb277ad31d178b8e6), [`8a88e2c15`](https://github.com/bluesky-social/atproto/commit/8a88e2c15451f5e8239400eeb277ad31d178b8e6)]:
|
|
231
|
+
- @atproto/jwk@0.5.0
|
|
232
|
+
- @atproto/jwk-jose@0.1.10
|
|
233
|
+
- @atproto/jwk-webcrypto@0.1.10
|
|
234
|
+
- @atproto/oauth-client@0.5.2
|
|
235
|
+
- @atproto/oauth-types@0.4.1
|
|
236
|
+
|
|
237
|
+
## 0.3.3
|
|
238
|
+
|
|
239
|
+
### Patch Changes
|
|
240
|
+
|
|
241
|
+
- Updated dependencies []:
|
|
242
|
+
- @atproto/oauth-client@0.5.1
|
|
243
|
+
|
|
244
|
+
## 0.3.2
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- Updated dependencies [[`4c2d49917`](https://github.com/bluesky-social/atproto/commit/4c2d499178c61eb8a9d7f658e89fe68fa07f81e7), [`4c2d49917`](https://github.com/bluesky-social/atproto/commit/4c2d499178c61eb8a9d7f658e89fe68fa07f81e7), [`3a1e010e1`](https://github.com/bluesky-social/atproto/commit/3a1e010e148476bfdc0028c37cafbce85a46605a), [`3a1e010e1`](https://github.com/bluesky-social/atproto/commit/3a1e010e148476bfdc0028c37cafbce85a46605a)]:
|
|
249
|
+
- @atproto/oauth-client@0.5.0
|
|
250
|
+
- @atproto/oauth-types@0.4.0
|
|
251
|
+
|
|
252
|
+
## 0.3.1
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- Updated dependencies []:
|
|
257
|
+
- @atproto-labs/handle-resolver-node@0.1.18
|
|
258
|
+
- @atproto/oauth-client@0.4.2
|
|
259
|
+
|
|
260
|
+
## 0.3.0
|
|
261
|
+
|
|
262
|
+
### Minor Changes
|
|
263
|
+
|
|
264
|
+
- [#3976](https://github.com/bluesky-social/atproto/pull/3976) [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove `NodeOAuthClient.fromClientId`
|
|
265
|
+
|
|
266
|
+
### Patch Changes
|
|
267
|
+
|
|
268
|
+
- [#3976](https://github.com/bluesky-social/atproto/pull/3976) [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Re-export all types & utilities needed to instantiate an OAuth client
|
|
269
|
+
|
|
270
|
+
- [#3976](https://github.com/bluesky-social/atproto/pull/3976) [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow passing custom `handleResolver` option
|
|
271
|
+
|
|
272
|
+
- Updated dependencies [[`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee)]:
|
|
273
|
+
- @atproto/oauth-client@0.4.1
|
|
274
|
+
- @atproto-labs/did-resolver@0.2.0
|
|
275
|
+
- @atproto/jwk@0.4.0
|
|
276
|
+
- @atproto-labs/handle-resolver-node@0.1.17
|
|
277
|
+
- @atproto/jwk-jose@0.1.9
|
|
278
|
+
- @atproto/jwk-webcrypto@0.1.9
|
|
279
|
+
- @atproto/oauth-types@0.3.1
|
|
280
|
+
|
|
281
|
+
## 0.2.24
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- [#3847](https://github.com/bluesky-social/atproto/pull/3847) [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Minor typing change
|
|
286
|
+
|
|
287
|
+
- Updated dependencies [[`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6), [`349b59175`](https://github.com/bluesky-social/atproto/commit/349b59175e82ceb9500ae7c6a9a0b9b6aec9d1b6)]:
|
|
288
|
+
- @atproto/oauth-types@0.3.0
|
|
289
|
+
- @atproto/oauth-client@0.4.0
|
|
290
|
+
- @atproto/jwk@0.3.0
|
|
291
|
+
- @atproto/jwk-jose@0.1.8
|
|
292
|
+
- @atproto/jwk-webcrypto@0.1.8
|
|
293
|
+
|
|
294
|
+
## 0.2.23
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- Updated dependencies [[`192f3ab89`](https://github.com/bluesky-social/atproto/commit/192f3ab89c943216683541f42cc1332e9c305eee), [`4e96e2c7b`](https://github.com/bluesky-social/atproto/commit/4e96e2c7b7cc0231607d3065c95704069c4ca2a2)]:
|
|
299
|
+
- @atproto/oauth-client@0.3.22
|
|
300
|
+
|
|
301
|
+
## 0.2.22
|
|
302
|
+
|
|
303
|
+
### Patch Changes
|
|
304
|
+
|
|
305
|
+
- Updated dependencies [[`cd4bed3c9`](https://github.com/bluesky-social/atproto/commit/cd4bed3c9e68878c3f79620fe19f6994ebcb932e)]:
|
|
306
|
+
- @atproto/oauth-client@0.3.21
|
|
307
|
+
|
|
308
|
+
## 0.2.21
|
|
309
|
+
|
|
310
|
+
### Patch Changes
|
|
311
|
+
|
|
312
|
+
- Updated dependencies [[`3fa2ee3b6`](https://github.com/bluesky-social/atproto/commit/3fa2ee3b6a382709b10921da53e69a901bccbb05), [`a3b24ca77`](https://github.com/bluesky-social/atproto/commit/a3b24ca77ca24ac19b17cf9ee2a5ca9612ccf96c), [`a3b24ca77`](https://github.com/bluesky-social/atproto/commit/a3b24ca77ca24ac19b17cf9ee2a5ca9612ccf96c)]:
|
|
313
|
+
- @atproto/jwk@0.2.0
|
|
314
|
+
- @atproto/oauth-types@0.2.8
|
|
315
|
+
- @atproto/oauth-client@0.3.20
|
|
316
|
+
- @atproto/jwk-jose@0.1.7
|
|
317
|
+
- @atproto/jwk-webcrypto@0.1.7
|
|
318
|
+
|
|
319
|
+
## 0.2.20
|
|
320
|
+
|
|
321
|
+
### Patch Changes
|
|
322
|
+
|
|
323
|
+
- Updated dependencies [[`a03f0b906`](https://github.com/bluesky-social/atproto/commit/a03f0b906b108f8c766a5700f0d68b55748f23bd)]:
|
|
324
|
+
- @atproto/oauth-client@0.3.19
|
|
325
|
+
|
|
326
|
+
## 0.2.19
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- Updated dependencies [[`36d0d370c`](https://github.com/bluesky-social/atproto/commit/36d0d370c24498f74c243ebfb01564e5050c672d)]:
|
|
331
|
+
- @atproto/oauth-client@0.3.18
|
|
332
|
+
|
|
333
|
+
## 0.2.18
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- Updated dependencies []:
|
|
338
|
+
- @atproto-labs/handle-resolver-node@0.1.16
|
|
339
|
+
- @atproto-labs/did-resolver@0.1.13
|
|
340
|
+
- @atproto/oauth-client@0.3.17
|
|
341
|
+
|
|
342
|
+
## 0.2.17
|
|
343
|
+
|
|
344
|
+
### Patch Changes
|
|
345
|
+
|
|
346
|
+
- Updated dependencies [[`a48b093f0`](https://github.com/bluesky-social/atproto/commit/a48b093f0ba3cf67b7abc50d309afcb336d8ead8)]:
|
|
347
|
+
- @atproto/oauth-types@0.2.7
|
|
348
|
+
- @atproto/oauth-client@0.3.16
|
|
349
|
+
|
|
350
|
+
## 0.2.16
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- Updated dependencies [[`0d77d1b55`](https://github.com/bluesky-social/atproto/commit/0d77d1b550a58117aee8f7f1e2be24d255ade9e4), [`30f9b6690`](https://github.com/bluesky-social/atproto/commit/30f9b6690e0e2c5810772e94e631322b9d89c65a), [`30f9b6690`](https://github.com/bluesky-social/atproto/commit/30f9b6690e0e2c5810772e94e631322b9d89c65a), [`0d77d1b55`](https://github.com/bluesky-social/atproto/commit/0d77d1b550a58117aee8f7f1e2be24d255ade9e4)]:
|
|
355
|
+
- @atproto-labs/simple-store@0.2.0
|
|
356
|
+
- @atproto/oauth-types@0.2.6
|
|
357
|
+
- @atproto-labs/did-resolver@0.1.12
|
|
358
|
+
- @atproto/oauth-client@0.3.15
|
|
359
|
+
- @atproto-labs/handle-resolver-node@0.1.15
|
|
360
|
+
|
|
361
|
+
## 0.2.15
|
|
362
|
+
|
|
363
|
+
### Patch Changes
|
|
364
|
+
|
|
365
|
+
- Updated dependencies [[`371e04aad`](https://github.com/bluesky-social/atproto/commit/371e04aad2a3e8ae3fe185ce15fc8eb051cab78e), [`26a077716`](https://github.com/bluesky-social/atproto/commit/26a07771673bf1090a61efb7c970235f0b2509fc)]:
|
|
366
|
+
- @atproto/oauth-types@0.2.5
|
|
367
|
+
- @atproto/jwk@0.1.5
|
|
368
|
+
- @atproto/oauth-client@0.3.14
|
|
369
|
+
- @atproto/jwk-jose@0.1.6
|
|
370
|
+
- @atproto/jwk-webcrypto@0.1.6
|
|
371
|
+
|
|
372
|
+
## 0.2.14
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- Updated dependencies []:
|
|
377
|
+
- @atproto/oauth-client@0.3.13
|
|
378
|
+
|
|
379
|
+
## 0.2.13
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- Updated dependencies []:
|
|
384
|
+
- @atproto/oauth-client@0.3.12
|
|
385
|
+
|
|
386
|
+
## 0.2.12
|
|
387
|
+
|
|
388
|
+
### Patch Changes
|
|
389
|
+
|
|
390
|
+
- Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
|
|
391
|
+
- @atproto/oauth-types@0.2.4
|
|
392
|
+
- @atproto/jwk@0.1.4
|
|
393
|
+
- @atproto/oauth-client@0.3.11
|
|
394
|
+
- @atproto-labs/did-resolver@0.1.11
|
|
395
|
+
- @atproto/jwk-jose@0.1.5
|
|
396
|
+
- @atproto/jwk-webcrypto@0.1.5
|
|
397
|
+
- @atproto-labs/handle-resolver-node@0.1.14
|
|
398
|
+
|
|
399
|
+
## 0.2.11
|
|
400
|
+
|
|
401
|
+
### Patch Changes
|
|
402
|
+
|
|
403
|
+
- Updated dependencies []:
|
|
404
|
+
- @atproto/oauth-client@0.3.10
|
|
405
|
+
|
|
406
|
+
## 0.2.10
|
|
407
|
+
|
|
408
|
+
### Patch Changes
|
|
409
|
+
|
|
410
|
+
- [#3220](https://github.com/bluesky-social/atproto/pull/3220) [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Apply new linting rules regarding import order
|
|
411
|
+
|
|
412
|
+
- [#3220](https://github.com/bluesky-social/atproto/pull/3220) [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update NodeJS engine requirement to >=18.7.0
|
|
413
|
+
|
|
414
|
+
- Updated dependencies [[`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd), [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd), [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd)]:
|
|
415
|
+
- @atproto-labs/handle-resolver-node@0.1.13
|
|
416
|
+
- @atproto-labs/did-resolver@0.1.10
|
|
417
|
+
- @atproto-labs/simple-store@0.1.2
|
|
418
|
+
- @atproto/jwk-webcrypto@0.1.4
|
|
419
|
+
- @atproto/oauth-client@0.3.9
|
|
420
|
+
- @atproto/oauth-types@0.2.3
|
|
421
|
+
- @atproto/jwk-jose@0.1.4
|
|
422
|
+
- @atproto/jwk@0.1.3
|
|
423
|
+
- @atproto/did@0.1.5
|
|
424
|
+
|
|
425
|
+
## 0.2.9
|
|
426
|
+
|
|
427
|
+
### Patch Changes
|
|
428
|
+
|
|
429
|
+
- Updated dependencies [[`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87), [`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87)]:
|
|
430
|
+
- @atproto-labs/did-resolver@0.1.9
|
|
431
|
+
- @atproto/did@0.1.4
|
|
432
|
+
- @atproto/oauth-client@0.3.8
|
|
433
|
+
- @atproto-labs/handle-resolver-node@0.1.12
|
|
434
|
+
|
|
435
|
+
## 0.2.8
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
- Updated dependencies []:
|
|
440
|
+
- @atproto-labs/handle-resolver-node@0.1.11
|
|
441
|
+
|
|
442
|
+
## 0.2.7
|
|
443
|
+
|
|
444
|
+
### Patch Changes
|
|
445
|
+
|
|
446
|
+
- Updated dependencies [[`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0), [`2889c7699`](https://github.com/bluesky-social/atproto/commit/2889c76995ce3c569f595ac3c678218e9ce659f0)]:
|
|
447
|
+
- @atproto/jwk@0.1.2
|
|
448
|
+
- @atproto/jwk-jose@0.1.3
|
|
449
|
+
- @atproto/jwk-webcrypto@0.1.3
|
|
450
|
+
- @atproto/oauth-client@0.3.7
|
|
451
|
+
- @atproto/oauth-types@0.2.2
|
|
452
|
+
- @atproto-labs/did-resolver@0.1.8
|
|
453
|
+
- @atproto-labs/handle-resolver-node@0.1.10
|
|
454
|
+
|
|
455
|
+
## 0.2.6
|
|
456
|
+
|
|
457
|
+
### Patch Changes
|
|
458
|
+
|
|
459
|
+
- Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
|
|
460
|
+
- @atproto-labs/did-resolver@0.1.7
|
|
461
|
+
- @atproto/oauth-client@0.3.6
|
|
462
|
+
|
|
463
|
+
## 0.2.5
|
|
464
|
+
|
|
465
|
+
### Patch Changes
|
|
466
|
+
|
|
467
|
+
- Updated dependencies []:
|
|
468
|
+
- @atproto-labs/handle-resolver-node@0.1.9
|
|
469
|
+
- @atproto/oauth-client@0.3.5
|
|
470
|
+
|
|
471
|
+
## 0.2.4
|
|
472
|
+
|
|
473
|
+
### Patch Changes
|
|
474
|
+
|
|
475
|
+
- Updated dependencies []:
|
|
476
|
+
- @atproto/oauth-client@0.3.4
|
|
477
|
+
|
|
478
|
+
## 0.2.3
|
|
479
|
+
|
|
480
|
+
### Patch Changes
|
|
481
|
+
|
|
482
|
+
- Updated dependencies []:
|
|
483
|
+
- @atproto-labs/did-resolver@0.1.6
|
|
484
|
+
- @atproto/oauth-client@0.3.3
|
|
485
|
+
- @atproto-labs/handle-resolver-node@0.1.8
|
|
486
|
+
|
|
487
|
+
## 0.2.2
|
|
488
|
+
|
|
489
|
+
### Patch Changes
|
|
490
|
+
|
|
491
|
+
- Updated dependencies [[`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3), [`5ddd51235`](https://github.com/bluesky-social/atproto/commit/5ddd51235c7e064bddcad2dd218df05d144d18d3)]:
|
|
492
|
+
- @atproto/oauth-types@0.2.1
|
|
493
|
+
- @atproto/oauth-client@0.3.2
|
|
494
|
+
|
|
495
|
+
## 0.2.1
|
|
496
|
+
|
|
497
|
+
### Patch Changes
|
|
498
|
+
|
|
499
|
+
- Updated dependencies []:
|
|
500
|
+
- @atproto/oauth-client@0.3.1
|
|
501
|
+
|
|
502
|
+
## 0.2.0
|
|
503
|
+
|
|
504
|
+
### Minor Changes
|
|
505
|
+
|
|
506
|
+
- [#2871](https://github.com/bluesky-social/atproto/pull/2871) [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use `"auto"` instead of `undefined` to descibe the refresh mechanism to use in various methods.
|
|
507
|
+
|
|
508
|
+
### Patch Changes
|
|
509
|
+
|
|
510
|
+
- [#2874](https://github.com/bluesky-social/atproto/pull/2874) [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Bugfix: Prevent accidental override of `NodeOAuthClient` constructor options
|
|
511
|
+
|
|
512
|
+
- Updated dependencies [[`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`9d40ccbb6`](https://github.com/bluesky-social/atproto/commit/9d40ccbb69103fae9aae7e3cec31e9b3116f3ba2), [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf)]:
|
|
513
|
+
- @atproto/oauth-client@0.3.0
|
|
514
|
+
- @atproto/oauth-types@0.2.0
|
|
515
|
+
- @atproto-labs/did-resolver@0.1.5
|
|
516
|
+
- @atproto/did@0.1.3
|
|
517
|
+
- @atproto-labs/handle-resolver-node@0.1.7
|
|
518
|
+
|
|
519
|
+
## 0.1.4
|
|
520
|
+
|
|
521
|
+
### Patch Changes
|
|
522
|
+
|
|
523
|
+
- Updated dependencies []:
|
|
524
|
+
- @atproto-labs/handle-resolver-node@0.1.6
|
|
525
|
+
|
|
526
|
+
## 0.1.3
|
|
527
|
+
|
|
528
|
+
### Patch Changes
|
|
529
|
+
|
|
530
|
+
- Updated dependencies []:
|
|
531
|
+
- @atproto-labs/handle-resolver-node@0.1.5
|
|
532
|
+
|
|
533
|
+
## 0.1.2
|
|
534
|
+
|
|
535
|
+
### Patch Changes
|
|
536
|
+
|
|
537
|
+
- Updated dependencies [[`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8), [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8)]:
|
|
538
|
+
- @atproto/oauth-types@0.1.5
|
|
539
|
+
- @atproto/oauth-client@0.2.2
|
|
540
|
+
- @atproto-labs/handle-resolver-node@0.1.4
|
|
541
|
+
- @atproto-labs/did-resolver@0.1.4
|
|
542
|
+
|
|
543
|
+
## 0.1.1
|
|
544
|
+
|
|
545
|
+
### Patch Changes
|
|
546
|
+
|
|
547
|
+
- Updated dependencies [[`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c), [`cb4abbb67`](https://github.com/bluesky-social/atproto/commit/cb4abbb673c69a8a89b49dca5c038f3da2153c6c)]:
|
|
548
|
+
- @atproto/did@0.1.2
|
|
549
|
+
- @atproto-labs/did-resolver@0.1.3
|
|
550
|
+
- @atproto-labs/handle-resolver-node@0.1.3
|
|
551
|
+
- @atproto/oauth-client@0.2.1
|
|
552
|
+
|
|
553
|
+
## 0.1.0
|
|
554
|
+
|
|
555
|
+
### Minor Changes
|
|
556
|
+
|
|
557
|
+
- [#2714](https://github.com/bluesky-social/atproto/pull/2714) [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - The `OAuthClient` (and runtime specific sub-classes) no longer return @atproto/api `Agent` instances. Instead, they return `OAuthSession` instances that can be used to instantiate the `Agent` class.
|
|
558
|
+
|
|
559
|
+
- [#2734](https://github.com/bluesky-social/atproto/pull/2734) [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove "openid" compatibility. The reason is that although we were technically "openid" compatible, ATProto identifiers are distributed identifiers. When a client relies on OpenID to authenticate users, it will use the auth provider in combination with the identifier to uniquely identify the user. Since ATProto identifiers are meant to be able to move from one provider to the other, OpenID compatibility could break authentication after a user was migrated to a different provider.
|
|
560
|
+
|
|
561
|
+
The way OpenID compliant clients would adapt to this particularity would typically be to remove the provider + identifier combination and use the identifier alone. While this is indeed the right way to handle ATProto identifiers, it requires more work to avoid impersonation. In particular, when obtaining a user identifier, the client **must** verify that the issuer of the identity token is indeed the server responsible for that user. This mechanism being not enforced by the OpenID standard, OpenID compatibility could lead to security issues. For this reason, we decided to remove OpenID compatibility from the OAuth provider.
|
|
562
|
+
|
|
563
|
+
Note that a trusted central authority could still offer OpenID compatibility by relying on ATProto's regular OAuth flow under the hood. This capability is out of the scope of this library.
|
|
564
|
+
|
|
565
|
+
### Patch Changes
|
|
566
|
+
|
|
567
|
+
- [#2714](https://github.com/bluesky-social/atproto/pull/2714) [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove un-necessary dev dependency
|
|
568
|
+
|
|
569
|
+
- Updated dependencies [[`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`dee817b6e`](https://github.com/bluesky-social/atproto/commit/dee817b6e0fc02351d51ce310b5e65239b7c5ed7), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c), [`d9ffa3c46`](https://github.com/bluesky-social/atproto/commit/d9ffa3c460924010d7002b616cb7a0c66111cc6c)]:
|
|
570
|
+
- @atproto/oauth-client@0.2.0
|
|
571
|
+
- @atproto/oauth-types@0.1.4
|
|
572
|
+
|
|
573
|
+
## 0.0.7
|
|
574
|
+
|
|
575
|
+
### Patch Changes
|
|
576
|
+
|
|
577
|
+
- Updated dependencies []:
|
|
578
|
+
- @atproto/oauth-client@0.1.7
|
|
579
|
+
|
|
580
|
+
## 0.0.6
|
|
581
|
+
|
|
582
|
+
### Patch Changes
|
|
583
|
+
|
|
584
|
+
- Updated dependencies []:
|
|
585
|
+
- @atproto/oauth-client@0.1.6
|
|
586
|
+
|
|
587
|
+
## 0.0.5
|
|
588
|
+
|
|
589
|
+
### Patch Changes
|
|
590
|
+
|
|
591
|
+
- Updated dependencies [[`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb), [`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb), [`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb), [`3ebcd4e61`](https://github.com/bluesky-social/atproto/commit/3ebcd4e6161291d3649d7f8a9c5ee4ac26d590a2), [`35a126429`](https://github.com/bluesky-social/atproto/commit/35a1264297bc22acaa6e5ed3f4aed8c351be8bbb)]:
|
|
592
|
+
- @atproto/oauth-client@0.1.5
|
|
593
|
+
- @atproto/oauth-types@0.1.3
|
|
594
|
+
|
|
595
|
+
## 0.0.4
|
|
596
|
+
|
|
597
|
+
### Patch Changes
|
|
598
|
+
|
|
599
|
+
- Updated dependencies [[`04112783d`](https://github.com/bluesky-social/atproto/commit/04112783db17f865c9e2b673190f77dd0b7461e3)]:
|
|
600
|
+
- @atproto/oauth-client@0.1.4
|
|
601
|
+
|
|
602
|
+
## 0.0.3
|
|
603
|
+
|
|
604
|
+
### Patch Changes
|
|
605
|
+
|
|
606
|
+
- Updated dependencies []:
|
|
607
|
+
- @atproto/oauth-client@0.1.3
|
|
608
|
+
|
|
609
|
+
## 0.0.2
|
|
610
|
+
|
|
611
|
+
### Patch Changes
|
|
612
|
+
|
|
613
|
+
- [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Better implement aptroto OAuth spec
|
|
614
|
+
|
|
615
|
+
- Updated dependencies [[`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd), [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd)]:
|
|
616
|
+
- @atproto/oauth-client@0.1.2
|
|
617
|
+
- @atproto/jwk-jose@0.1.2
|
|
618
|
+
- @atproto/oauth-types@0.1.2
|
|
619
|
+
- @atproto/did@0.1.1
|
|
620
|
+
- @atproto/jwk-webcrypto@0.1.2
|
|
621
|
+
- @atproto-labs/handle-resolver-node@0.1.2
|
|
622
|
+
- @atproto-labs/did-resolver@0.1.2
|
|
623
|
+
|
|
624
|
+
## 0.0.1
|
|
625
|
+
|
|
626
|
+
### Patch Changes
|
|
627
|
+
|
|
628
|
+
- [#2633](https://github.com/bluesky-social/atproto/pull/2633) [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Create NodeJS OAuth SDK
|
|
629
|
+
|
|
630
|
+
- [#2633](https://github.com/bluesky-social/atproto/pull/2633) [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add event emitting capability to OAuthClient
|
|
631
|
+
|
|
632
|
+
- Updated dependencies [[`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10), [`acc9093d2`](https://github.com/bluesky-social/atproto/commit/acc9093d2845eba02b68fb2f9db33e4f1b59bb10)]:
|
|
633
|
+
- @atproto/oauth-types@0.1.1
|
|
634
|
+
- @atproto/jwk-jose@0.1.1
|
|
635
|
+
- @atproto/jwk@0.1.1
|
|
636
|
+
- @atproto-labs/handle-resolver-node@0.1.1
|
|
637
|
+
- @atproto-labs/did-resolver@0.1.1
|
|
638
|
+
- @atproto-labs/simple-store@0.1.1
|
|
639
|
+
- @atproto/oauth-client@0.1.1
|
|
640
|
+
- @atproto/jwk-webcrypto@0.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/oauth-client-node",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ATPROTO OAuth client for the NodeJS",
|
|
6
6
|
"keywords": [
|
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
"url": "https://github.com/bluesky-social/atproto",
|
|
16
16
|
"directory": "packages/oauth/oauth-client-node"
|
|
17
17
|
},
|
|
18
|
+
"files": [
|
|
19
|
+
"./dist",
|
|
20
|
+
"./README.md",
|
|
21
|
+
"./CHANGELOG.md"
|
|
22
|
+
],
|
|
18
23
|
"type": "module",
|
|
19
24
|
"exports": {
|
|
20
25
|
".": {
|
|
@@ -25,21 +30,17 @@
|
|
|
25
30
|
"engines": {
|
|
26
31
|
"node": ">=22"
|
|
27
32
|
},
|
|
28
|
-
"files": [
|
|
29
|
-
"dist"
|
|
30
|
-
],
|
|
31
33
|
"dependencies": {
|
|
32
|
-
"@atproto-labs/did-resolver": "^0.3.
|
|
33
|
-
"@atproto/
|
|
34
|
-
"@atproto-labs/handle-resolver-node": "^0.2.
|
|
35
|
-
"@atproto/
|
|
36
|
-
"@atproto/
|
|
37
|
-
"@atproto/
|
|
38
|
-
"@atproto/oauth-
|
|
39
|
-
"@atproto/
|
|
40
|
-
"@atproto
|
|
34
|
+
"@atproto-labs/did-resolver": "^0.3.4",
|
|
35
|
+
"@atproto-labs/simple-store": "^0.4.3",
|
|
36
|
+
"@atproto-labs/handle-resolver-node": "^0.2.4",
|
|
37
|
+
"@atproto/did": "^0.5.3",
|
|
38
|
+
"@atproto/jwk-webcrypto": "^0.3.3",
|
|
39
|
+
"@atproto/jwk": "^0.7.3",
|
|
40
|
+
"@atproto/oauth-client": "^0.7.7",
|
|
41
|
+
"@atproto/oauth-types": "^0.7.4",
|
|
42
|
+
"@atproto/jwk-jose": "^0.2.3"
|
|
41
43
|
},
|
|
42
|
-
"devDependencies": {},
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "tsgo --build tsconfig.build.json"
|
|
45
46
|
}
|