@atproto/oauth-client-browser 0.0.0-spaces-alpha-20260818163953

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +702 -0
  2. package/LICENSE.txt +7 -0
  3. package/README.md +339 -0
  4. package/dist/browser-oauth-client.d.ts +58 -0
  5. package/dist/browser-oauth-client.d.ts.map +1 -0
  6. package/dist/browser-oauth-client.js +358 -0
  7. package/dist/browser-oauth-client.js.map +1 -0
  8. package/dist/browser-oauth-database.d.ts +54 -0
  9. package/dist/browser-oauth-database.d.ts.map +1 -0
  10. package/dist/browser-oauth-database.js +160 -0
  11. package/dist/browser-oauth-database.js.map +1 -0
  12. package/dist/browser-runtime-implementation.d.ts +9 -0
  13. package/dist/browser-runtime-implementation.d.ts.map +1 -0
  14. package/dist/browser-runtime-implementation.js +40 -0
  15. package/dist/browser-runtime-implementation.js.map +1 -0
  16. package/dist/errors.d.ts +9 -0
  17. package/dist/errors.d.ts.map +1 -0
  18. package/dist/errors.js +11 -0
  19. package/dist/errors.js.map +1 -0
  20. package/dist/index.d.ts +8 -0
  21. package/dist/index.d.ts.map +1 -0
  22. package/dist/index.js +8 -0
  23. package/dist/index.js.map +1 -0
  24. package/dist/indexed-db/db-index.d.ts +12 -0
  25. package/dist/indexed-db/db-index.d.ts.map +1 -0
  26. package/dist/indexed-db/db-index.js +40 -0
  27. package/dist/indexed-db/db-index.js.map +1 -0
  28. package/dist/indexed-db/db-object-store.d.ts +17 -0
  29. package/dist/indexed-db/db-object-store.d.ts.map +1 -0
  30. package/dist/indexed-db/db-object-store.js +38 -0
  31. package/dist/indexed-db/db-object-store.js.map +1 -0
  32. package/dist/indexed-db/db-transaction.d.ts +13 -0
  33. package/dist/indexed-db/db-transaction.d.ts.map +1 -0
  34. package/dist/indexed-db/db-transaction.js +45 -0
  35. package/dist/indexed-db/db-transaction.js.map +1 -0
  36. package/dist/indexed-db/db.d.ts +17 -0
  37. package/dist/indexed-db/db.d.ts.map +1 -0
  38. package/dist/indexed-db/db.js +94 -0
  39. package/dist/indexed-db/db.js.map +1 -0
  40. package/dist/indexed-db/index.d.ts +5 -0
  41. package/dist/indexed-db/index.d.ts.map +1 -0
  42. package/dist/indexed-db/index.js +5 -0
  43. package/dist/indexed-db/index.js.map +1 -0
  44. package/dist/indexed-db/schema.d.ts +3 -0
  45. package/dist/indexed-db/schema.d.ts.map +1 -0
  46. package/dist/indexed-db/schema.js +2 -0
  47. package/dist/indexed-db/schema.js.map +1 -0
  48. package/dist/indexed-db/util.d.ts +3 -0
  49. package/dist/indexed-db/util.d.ts.map +1 -0
  50. package/dist/indexed-db/util.js +22 -0
  51. package/dist/indexed-db/util.js.map +1 -0
  52. package/dist/indexed-db-store.d.ts +18 -0
  53. package/dist/indexed-db-store.d.ts.map +1 -0
  54. package/dist/indexed-db-store.js +54 -0
  55. package/dist/indexed-db-store.js.map +1 -0
  56. package/dist/util.d.ts +18 -0
  57. package/dist/util.d.ts.map +1 -0
  58. package/dist/util.js +15 -0
  59. package/dist/util.js.map +1 -0
  60. package/package.json +50 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,702 @@
1
+ # @atproto/oauth-client-browser
2
+
3
+ ## 0.0.0-spaces-alpha-20260818163953
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/oauth-client@0.0.0-spaces-alpha-20260818163953
9
+
10
+ ## 0.5.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @atproto/oauth-client@0.8.3
16
+
17
+ ## 0.5.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`6a3d607`](https://github.com/bluesky-social/atproto/commit/6a3d6073cb66c527b5b109242049c85c36b9658c)]:
22
+ - @atproto-labs/handle-resolver@0.4.8
23
+ - @atproto-labs/simple-store@0.5.1
24
+ - @atproto/oauth-client@0.8.2
25
+ - @atproto-labs/did-resolver@0.3.7
26
+
27
+ ## 0.5.1
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies []:
32
+ - @atproto/oauth-client@0.8.1
33
+
34
+ ## 0.5.0
35
+
36
+ ### Minor Changes
37
+
38
+ - [#5266](https://github.com/bluesky-social/atproto/pull/5266) [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a) Thanks [@matthieusieben](https://github.com/matthieusieben)! - **BREAKING:** The session hooks exposed on `BrowserOAuthClientOptions` have been renamed: `onUpdate` → `onSessionUpdated` and `onDelete` → `onSessionDeleted` (following the rename in `@atproto/oauth-client`).
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [[`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a), [`f136380`](https://github.com/bluesky-social/atproto/commit/f136380964a8ea52ef031a9732d3d1f1f1ab0c4a)]:
43
+ - @atproto/oauth-client@0.8.0
44
+ - @atproto-labs/handle-resolver@0.4.7
45
+ - @atproto-labs/simple-store@0.5.0
46
+ - @atproto-labs/did-resolver@0.3.6
47
+
48
+ ## 0.4.9
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [[`ce386ee`](https://github.com/bluesky-social/atproto/commit/ce386eed324f813601db57f873fbb3b987492001)]:
53
+ - @atproto-labs/handle-resolver@0.4.6
54
+ - @atproto/oauth-client@0.7.11
55
+
56
+ ## 0.4.8
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies []:
61
+ - @atproto/oauth-client@0.7.10
62
+
63
+ ## 0.4.7
64
+
65
+ ### Patch Changes
66
+
67
+ - [#5197](https://github.com/bluesky-social/atproto/pull/5197) [`a0c49d9`](https://github.com/bluesky-social/atproto/commit/a0c49d9e8bc685c5a747a8d3b2775c73c63fdb6f) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Rewrite import statements to be compatible with TypeScript's `verbatimModuleSyntax` config.
68
+
69
+ - Updated dependencies [[`a0c49d9`](https://github.com/bluesky-social/atproto/commit/a0c49d9e8bc685c5a747a8d3b2775c73c63fdb6f)]:
70
+ - @atproto-labs/handle-resolver@0.4.5
71
+ - @atproto-labs/did-resolver@0.3.5
72
+ - @atproto-labs/simple-store@0.4.4
73
+ - @atproto/jwk-webcrypto@0.3.4
74
+ - @atproto/oauth-client@0.7.9
75
+ - @atproto/oauth-types@0.7.5
76
+ - @atproto/jwk@0.7.4
77
+ - @atproto/did@0.5.4
78
+
79
+ ## 0.4.6
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies []:
84
+ - @atproto/oauth-client@0.7.8
85
+
86
+ ## 0.4.5
87
+
88
+ ### Patch Changes
89
+
90
+ - [#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
91
+
92
+ - [#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).
93
+
94
+ - [#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
95
+
96
+ - 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)]:
97
+ - @atproto-labs/handle-resolver@0.4.4
98
+ - @atproto-labs/did-resolver@0.3.4
99
+ - @atproto-labs/simple-store@0.4.3
100
+ - @atproto/jwk-webcrypto@0.3.3
101
+ - @atproto/oauth-client@0.7.7
102
+ - @atproto/oauth-types@0.7.4
103
+ - @atproto/jwk@0.7.3
104
+ - @atproto/did@0.5.3
105
+
106
+ ## 0.4.4
107
+
108
+ ### Patch Changes
109
+
110
+ - Updated dependencies [[`8bcba69`](https://github.com/bluesky-social/atproto/commit/8bcba69cf1f02d09e07b51ce091918312029df63)]:
111
+ - @atproto/oauth-client@0.7.6
112
+
113
+ ## 0.4.3
114
+
115
+ ### Patch Changes
116
+
117
+ - [#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
118
+
119
+ - Updated dependencies [[`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7)]:
120
+ - @atproto/did@0.5.2
121
+ - @atproto-labs/did-resolver@0.3.3
122
+ - @atproto-labs/handle-resolver@0.4.3
123
+ - @atproto-labs/simple-store@0.4.2
124
+ - @atproto/jwk@0.7.2
125
+ - @atproto/jwk-webcrypto@0.3.2
126
+ - @atproto/oauth-client@0.7.5
127
+ - @atproto/oauth-types@0.7.3
128
+
129
+ ## 0.4.2
130
+
131
+ ### Patch Changes
132
+
133
+ - [#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
134
+
135
+ - Updated dependencies [[`9fc720c`](https://github.com/bluesky-social/atproto/commit/9fc720ce75f3ee88a5e48a9be919b07c7647f6f5)]:
136
+ - @atproto-labs/handle-resolver@0.4.2
137
+ - @atproto-labs/did-resolver@0.3.2
138
+ - @atproto-labs/simple-store@0.4.1
139
+ - @atproto/jwk-webcrypto@0.3.1
140
+ - @atproto/oauth-client@0.7.3
141
+ - @atproto/oauth-types@0.7.2
142
+ - @atproto/jwk@0.7.1
143
+ - @atproto/did@0.5.1
144
+
145
+ ## 0.4.1
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies [[`622d365`](https://github.com/bluesky-social/atproto/commit/622d365aeb240133f40763a3b1c43981112837fc)]:
150
+ - @atproto/did@0.5.0
151
+ - @atproto-labs/did-resolver@0.3.1
152
+ - @atproto-labs/handle-resolver@0.4.1
153
+ - @atproto/oauth-client@0.7.2
154
+ - @atproto/oauth-types@0.7.1
155
+
156
+ ## 0.4.0
157
+
158
+ ### Minor Changes
159
+
160
+ - [#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.
161
+
162
+ - [#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.
163
+
164
+ Node.js 22's `require()` compatibility layer can still load these packages in CommonJS code.
165
+
166
+ - [#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.
167
+
168
+ ### Patch Changes
169
+
170
+ - 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)]:
171
+ - @atproto/did@0.4.0
172
+ - @atproto/jwk@0.7.0
173
+ - @atproto/jwk-webcrypto@0.3.0
174
+ - @atproto/oauth-client@0.7.0
175
+ - @atproto/oauth-types@0.7.0
176
+ - @atproto-labs/did-resolver@0.3.0
177
+ - @atproto-labs/handle-resolver@0.4.0
178
+ - @atproto-labs/simple-store@0.4.0
179
+
180
+ ## 0.3.42
181
+
182
+ ### Patch Changes
183
+
184
+ - [#4896](https://github.com/bluesky-social/atproto/pull/4896) [`087515e`](https://github.com/bluesky-social/atproto/commit/087515e6a414aedbf0b7bd36139ed020dc7e0dae) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow configuring the popupName and popupFeatures
185
+
186
+ - Updated dependencies [[`087515e`](https://github.com/bluesky-social/atproto/commit/087515e6a414aedbf0b7bd36139ed020dc7e0dae)]:
187
+ - @atproto/oauth-client@0.6.1
188
+
189
+ ## 0.3.41
190
+
191
+ ### Patch Changes
192
+
193
+ - [#4642](https://github.com/bluesky-social/atproto/pull/4642) [`a23d132`](https://github.com/bluesky-social/atproto/commit/a23d13268ccfd51a54d21256469b8cb43f7b07df) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Properly await disposal of underlying indexed db when disposing a `BrowserOAuthClient`
194
+
195
+ - 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)]:
196
+ - @atproto/oauth-client@0.6.0
197
+
198
+ ## 0.3.40
199
+
200
+ ### Patch Changes
201
+
202
+ - Updated dependencies [[`d54d707`](https://github.com/bluesky-social/atproto/commit/d54d7077eb32041e1f61c312efa1dd0d768c774e), [`d54d707`](https://github.com/bluesky-social/atproto/commit/d54d7077eb32041e1f61c312efa1dd0d768c774e)]:
203
+ - @atproto/did@0.3.0
204
+ - @atproto-labs/did-resolver@0.2.6
205
+ - @atproto-labs/handle-resolver@0.3.6
206
+ - @atproto/oauth-client@0.5.14
207
+ - @atproto/oauth-types@0.6.2
208
+
209
+ ## 0.3.39
210
+
211
+ ### Patch Changes
212
+
213
+ - Updated dependencies [[`2f78893`](https://github.com/bluesky-social/atproto/commit/2f78893ace3bbf14d4bac36837820ddb46658c98)]:
214
+ - @atproto/did@0.2.4
215
+ - @atproto/oauth-client@0.5.13
216
+ - @atproto-labs/did-resolver@0.2.5
217
+ - @atproto-labs/handle-resolver@0.3.5
218
+ - @atproto/oauth-types@0.6.1
219
+
220
+ ## 0.3.38
221
+
222
+ ### Patch Changes
223
+
224
+ - Updated dependencies [[`95ef3c2`](https://github.com/bluesky-social/atproto/commit/95ef3c24e8072e9d49412950b033cb8607764ee0), [`5d8e7a6`](https://github.com/bluesky-social/atproto/commit/5d8e7a6588fc9e57e15d83d47bb45103205e3e41)]:
225
+ - @atproto/oauth-types@0.6.0
226
+ - @atproto/oauth-client@0.5.12
227
+
228
+ ## 0.3.37
229
+
230
+ ### Patch Changes
231
+
232
+ - Updated dependencies []:
233
+ - @atproto/oauth-client@0.5.11
234
+
235
+ ## 0.3.36
236
+
237
+ ### Patch Changes
238
+
239
+ - Updated dependencies [[`8012627`](https://github.com/bluesky-social/atproto/commit/8012627a1226cb2f1c753385ad2497b6b43ffd2e), [`d396de0`](https://github.com/bluesky-social/atproto/commit/d396de016d1d55d08cfad1dabd3ffd9eaeea76ea)]:
240
+ - @atproto/did@0.2.3
241
+ - @atproto-labs/did-resolver@0.2.4
242
+ - @atproto-labs/handle-resolver@0.3.4
243
+ - @atproto/oauth-client@0.5.10
244
+ - @atproto/oauth-types@0.5.2
245
+
246
+ ## 0.3.35
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies [[`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7), [`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7), [`261968fd6`](https://github.com/bluesky-social/atproto/commit/261968fd65014ded613e2bf085d61a7864b8fba7)]:
251
+ - @atproto-labs/handle-resolver@0.3.3
252
+ - @atproto-labs/did-resolver@0.2.3
253
+ - @atproto/did@0.2.2
254
+ - @atproto/oauth-client@0.5.9
255
+ - @atproto/oauth-types@0.5.1
256
+
257
+ ## 0.3.34
258
+
259
+ ### Patch Changes
260
+
261
+ - 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)]:
262
+ - @atproto/oauth-types@0.5.0
263
+ - @atproto/oauth-client@0.5.8
264
+
265
+ ## 0.3.33
266
+
267
+ ### Patch Changes
268
+
269
+ - [#4220](https://github.com/bluesky-social/atproto/pull/4220) [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve typings of `init` and `signIn` methods
270
+
271
+ - [#4220](https://github.com/bluesky-social/atproto/pull/4220) [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Use `core-js` to polyfill `Symbol.dispose`
272
+
273
+ - [#4220](https://github.com/bluesky-social/atproto/pull/4220) [`fefe70126`](https://github.com/bluesky-social/atproto/commit/fefe70126d0ea82507ac750f669b3478290f186b) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Avoid module loading error in SSR environments (in which `navigator` is not present)
274
+
275
+ - 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)]:
276
+ - @atproto/oauth-types@0.4.2
277
+ - @atproto/oauth-client@0.5.7
278
+ - @atproto/jwk@0.6.0
279
+ - @atproto/jwk-webcrypto@0.2.0
280
+ - @atproto/did@0.2.1
281
+ - @atproto-labs/did-resolver@0.2.2
282
+ - @atproto-labs/handle-resolver@0.3.2
283
+
284
+ ## 0.3.32
285
+
286
+ ### Patch Changes
287
+
288
+ - Updated dependencies []:
289
+ - @atproto/oauth-client@0.5.6
290
+
291
+ ## 0.3.31
292
+
293
+ ### Patch Changes
294
+
295
+ - [#4150](https://github.com/bluesky-social/atproto/pull/4150) [`86c4699da`](https://github.com/bluesky-social/atproto/commit/86c4699da8cf184c251e58c0a3a2612dd676f0ea) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Allow forcing OAuth callback instead of automated init.
296
+
297
+ - 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)]:
298
+ - @atproto/did@0.2.0
299
+ - @atproto-labs/simple-store@0.3.0
300
+ - @atproto/oauth-client@0.5.5
301
+ - @atproto-labs/did-resolver@0.2.1
302
+ - @atproto-labs/handle-resolver@0.3.1
303
+
304
+ ## 0.3.30
305
+
306
+ ### Patch Changes
307
+
308
+ - Updated dependencies [[`6231c8730`](https://github.com/bluesky-social/atproto/commit/6231c8730adb3a4c17dec417e5332b2be61070e5)]:
309
+ - @atproto/oauth-client@0.5.4
310
+
311
+ ## 0.3.29
312
+
313
+ ### Patch Changes
314
+
315
+ - Updated dependencies []:
316
+ - @atproto/oauth-client@0.5.3
317
+
318
+ ## 0.3.28
319
+
320
+ ### Patch Changes
321
+
322
+ - Updated dependencies [[`8a88e2c15`](https://github.com/bluesky-social/atproto/commit/8a88e2c15451f5e8239400eeb277ad31d178b8e6), [`8a88e2c15`](https://github.com/bluesky-social/atproto/commit/8a88e2c15451f5e8239400eeb277ad31d178b8e6)]:
323
+ - @atproto/jwk@0.5.0
324
+ - @atproto/jwk-webcrypto@0.1.10
325
+ - @atproto/oauth-client@0.5.2
326
+ - @atproto/oauth-types@0.4.1
327
+
328
+ ## 0.3.27
329
+
330
+ ### Patch Changes
331
+
332
+ - Updated dependencies []:
333
+ - @atproto/oauth-client@0.5.1
334
+
335
+ ## 0.3.26
336
+
337
+ ### Patch Changes
338
+
339
+ - 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)]:
340
+ - @atproto/oauth-client@0.5.0
341
+ - @atproto/oauth-types@0.4.0
342
+
343
+ ## 0.3.25
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies [[`9dac8b0c6`](https://github.com/bluesky-social/atproto/commit/9dac8b0c600520ecb0066ac104787b27668dea47), [`9dac8b0c6`](https://github.com/bluesky-social/atproto/commit/9dac8b0c600520ecb0066ac104787b27668dea47)]:
348
+ - @atproto-labs/handle-resolver@0.3.0
349
+ - @atproto/oauth-client@0.4.2
350
+
351
+ ## 0.3.24
352
+
353
+ ### Patch Changes
354
+
355
+ - 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), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee), [`90b4775fc`](https://github.com/bluesky-social/atproto/commit/90b4775fc9c6959171bc12b961ce9421cc14d6ee)]:
356
+ - @atproto-labs/handle-resolver@0.2.0
357
+ - @atproto/oauth-client@0.4.1
358
+ - @atproto-labs/did-resolver@0.2.0
359
+ - @atproto/jwk@0.4.0
360
+ - @atproto/jwk-webcrypto@0.1.9
361
+ - @atproto/oauth-types@0.3.1
362
+
363
+ ## 0.3.23
364
+
365
+ ### Patch Changes
366
+
367
+ - 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)]:
368
+ - @atproto/oauth-types@0.3.0
369
+ - @atproto/oauth-client@0.4.0
370
+ - @atproto/jwk@0.3.0
371
+ - @atproto/jwk-webcrypto@0.1.8
372
+
373
+ ## 0.3.22
374
+
375
+ ### Patch Changes
376
+
377
+ - Updated dependencies [[`192f3ab89`](https://github.com/bluesky-social/atproto/commit/192f3ab89c943216683541f42cc1332e9c305eee), [`4e96e2c7b`](https://github.com/bluesky-social/atproto/commit/4e96e2c7b7cc0231607d3065c95704069c4ca2a2)]:
378
+ - @atproto/oauth-client@0.3.22
379
+
380
+ ## 0.3.21
381
+
382
+ ### Patch Changes
383
+
384
+ - Updated dependencies [[`cd4bed3c9`](https://github.com/bluesky-social/atproto/commit/cd4bed3c9e68878c3f79620fe19f6994ebcb932e)]:
385
+ - @atproto/oauth-client@0.3.21
386
+
387
+ ## 0.3.20
388
+
389
+ ### Patch Changes
390
+
391
+ - 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)]:
392
+ - @atproto/jwk@0.2.0
393
+ - @atproto/oauth-types@0.2.8
394
+ - @atproto/oauth-client@0.3.20
395
+ - @atproto/jwk-webcrypto@0.1.7
396
+
397
+ ## 0.3.19
398
+
399
+ ### Patch Changes
400
+
401
+ - Updated dependencies [[`a03f0b906`](https://github.com/bluesky-social/atproto/commit/a03f0b906b108f8c766a5700f0d68b55748f23bd)]:
402
+ - @atproto/oauth-client@0.3.19
403
+
404
+ ## 0.3.18
405
+
406
+ ### Patch Changes
407
+
408
+ - Updated dependencies [[`36d0d370c`](https://github.com/bluesky-social/atproto/commit/36d0d370c24498f74c243ebfb01564e5050c672d)]:
409
+ - @atproto/oauth-client@0.3.18
410
+
411
+ ## 0.3.17
412
+
413
+ ### Patch Changes
414
+
415
+ - Updated dependencies []:
416
+ - @atproto-labs/did-resolver@0.1.13
417
+ - @atproto/oauth-client@0.3.17
418
+
419
+ ## 0.3.16
420
+
421
+ ### Patch Changes
422
+
423
+ - Updated dependencies [[`a48b093f0`](https://github.com/bluesky-social/atproto/commit/a48b093f0ba3cf67b7abc50d309afcb336d8ead8)]:
424
+ - @atproto/oauth-types@0.2.7
425
+ - @atproto/oauth-client@0.3.16
426
+
427
+ ## 0.3.15
428
+
429
+ ### Patch Changes
430
+
431
+ - 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)]:
432
+ - @atproto-labs/simple-store@0.2.0
433
+ - @atproto/oauth-types@0.2.6
434
+ - @atproto-labs/did-resolver@0.1.12
435
+ - @atproto-labs/handle-resolver@0.1.8
436
+ - @atproto/oauth-client@0.3.15
437
+
438
+ ## 0.3.14
439
+
440
+ ### Patch Changes
441
+
442
+ - Updated dependencies [[`371e04aad`](https://github.com/bluesky-social/atproto/commit/371e04aad2a3e8ae3fe185ce15fc8eb051cab78e), [`26a077716`](https://github.com/bluesky-social/atproto/commit/26a07771673bf1090a61efb7c970235f0b2509fc)]:
443
+ - @atproto/oauth-types@0.2.5
444
+ - @atproto/jwk@0.1.5
445
+ - @atproto/oauth-client@0.3.14
446
+ - @atproto/jwk-webcrypto@0.1.6
447
+
448
+ ## 0.3.13
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies []:
453
+ - @atproto/oauth-client@0.3.13
454
+
455
+ ## 0.3.12
456
+
457
+ ### Patch Changes
458
+
459
+ - Updated dependencies []:
460
+ - @atproto/oauth-client@0.3.12
461
+
462
+ ## 0.3.11
463
+
464
+ ### Patch Changes
465
+
466
+ - Updated dependencies [[`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29), [`850e39843`](https://github.com/bluesky-social/atproto/commit/850e39843cb0ec9ea716675f7568c0c601f45e29)]:
467
+ - @atproto/oauth-types@0.2.4
468
+ - @atproto/jwk@0.1.4
469
+ - @atproto/oauth-client@0.3.11
470
+ - @atproto-labs/did-resolver@0.1.11
471
+ - @atproto/jwk-webcrypto@0.1.5
472
+
473
+ ## 0.3.10
474
+
475
+ ### Patch Changes
476
+
477
+ - Updated dependencies []:
478
+ - @atproto/oauth-client@0.3.10
479
+
480
+ ## 0.3.9
481
+
482
+ ### Patch Changes
483
+
484
+ - [#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
485
+
486
+ - Updated dependencies [[`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd), [`61dc0d60e`](https://github.com/bluesky-social/atproto/commit/61dc0d60e19b88c6427a54c6d95a391b5f4da7bd)]:
487
+ - @atproto-labs/handle-resolver@0.1.7
488
+ - @atproto-labs/did-resolver@0.1.10
489
+ - @atproto-labs/simple-store@0.1.2
490
+ - @atproto/jwk-webcrypto@0.1.4
491
+ - @atproto/oauth-client@0.3.9
492
+ - @atproto/oauth-types@0.2.3
493
+ - @atproto/jwk@0.1.3
494
+ - @atproto/did@0.1.5
495
+
496
+ ## 0.3.8
497
+
498
+ ### Patch Changes
499
+
500
+ - Updated dependencies [[`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87), [`cc2a1222b`](https://github.com/bluesky-social/atproto/commit/cc2a1222bd2b8ddd70d70dad174c1c63246a2d87)]:
501
+ - @atproto-labs/did-resolver@0.1.9
502
+ - @atproto/did@0.1.4
503
+ - @atproto/oauth-client@0.3.8
504
+ - @atproto-labs/handle-resolver@0.1.6
505
+
506
+ ## 0.3.7
507
+
508
+ ### Patch Changes
509
+
510
+ - 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)]:
511
+ - @atproto/jwk@0.1.2
512
+ - @atproto/jwk-webcrypto@0.1.3
513
+ - @atproto/oauth-client@0.3.7
514
+ - @atproto/oauth-types@0.2.2
515
+ - @atproto-labs/did-resolver@0.1.8
516
+
517
+ ## 0.3.6
518
+
519
+ ### Patch Changes
520
+
521
+ - Updated dependencies [[`72eba67af`](https://github.com/bluesky-social/atproto/commit/72eba67af1af8320b5400bcb9319d5c3c8407d99)]:
522
+ - @atproto-labs/did-resolver@0.1.7
523
+ - @atproto/oauth-client@0.3.6
524
+
525
+ ## 0.3.5
526
+
527
+ ### Patch Changes
528
+
529
+ - Updated dependencies [[`a200e5095`](https://github.com/bluesky-social/atproto/commit/a200e50951d297c3f9670e96027262196bc29b0b)]:
530
+ - @atproto-labs/handle-resolver@0.1.5
531
+ - @atproto/oauth-client@0.3.5
532
+
533
+ ## 0.3.4
534
+
535
+ ### Patch Changes
536
+
537
+ - Updated dependencies []:
538
+ - @atproto/oauth-client@0.3.4
539
+
540
+ ## 0.3.3
541
+
542
+ ### Patch Changes
543
+
544
+ - Updated dependencies []:
545
+ - @atproto-labs/did-resolver@0.1.6
546
+ - @atproto/oauth-client@0.3.3
547
+
548
+ ## 0.3.2
549
+
550
+ ### Patch Changes
551
+
552
+ - 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)]:
553
+ - @atproto/oauth-types@0.2.1
554
+ - @atproto/oauth-client@0.3.2
555
+
556
+ ## 0.3.1
557
+
558
+ ### Patch Changes
559
+
560
+ - Updated dependencies []:
561
+ - @atproto/oauth-client@0.3.1
562
+
563
+ ## 0.3.0
564
+
565
+ ### Minor Changes
566
+
567
+ - [#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.
568
+
569
+ ### Patch Changes
570
+
571
+ - [#2874](https://github.com/bluesky-social/atproto/pull/2874) [`7f26b1765`](https://github.com/bluesky-social/atproto/commit/7f26b176526b9856a8f61faca6f065f0afd43abf) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add `allowHttp` OAuthClient construction option to allow working with "http:" oauth providers (for development & testing purposes).
572
+
573
+ - 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)]:
574
+ - @atproto/oauth-client@0.3.0
575
+ - @atproto/oauth-types@0.2.0
576
+ - @atproto-labs/did-resolver@0.1.5
577
+ - @atproto-labs/handle-resolver@0.1.4
578
+ - @atproto/did@0.1.3
579
+
580
+ ## 0.2.2
581
+
582
+ ### Patch Changes
583
+
584
+ - [#2755](https://github.com/bluesky-social/atproto/pull/2755) [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Improve invalid client_id error messages from BrowserOAuthClient.from()
585
+
586
+ - [#2755](https://github.com/bluesky-social/atproto/pull/2755) [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Do not strip query string from URL after oauth redirect in fragment mode
587
+
588
+ - [#2755](https://github.com/bluesky-social/atproto/pull/2755) [`ed325d863`](https://github.com/bluesky-social/atproto/commit/ed325d863ce8ea5986c5a45c3188aaa35288b7a8) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Relax type restriction on clientId option
589
+
590
+ - 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)]:
591
+ - @atproto/oauth-types@0.1.5
592
+ - @atproto/oauth-client@0.2.2
593
+ - @atproto-labs/did-resolver@0.1.4
594
+
595
+ ## 0.2.1
596
+
597
+ ### Patch Changes
598
+
599
+ - 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)]:
600
+ - @atproto/did@0.1.2
601
+ - @atproto-labs/did-resolver@0.1.3
602
+ - @atproto-labs/handle-resolver@0.1.3
603
+ - @atproto/oauth-client@0.2.1
604
+
605
+ ## 0.2.0
606
+
607
+ ### Minor Changes
608
+
609
+ - [#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.
610
+
611
+ - [#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.
612
+
613
+ 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.
614
+
615
+ 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.
616
+
617
+ ### Patch Changes
618
+
619
+ - 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)]:
620
+ - @atproto/oauth-client@0.2.0
621
+ - @atproto/oauth-types@0.1.4
622
+
623
+ ## 0.1.7
624
+
625
+ ### Patch Changes
626
+
627
+ - Updated dependencies []:
628
+ - @atproto/oauth-client@0.1.7
629
+
630
+ ## 0.1.6
631
+
632
+ ### Patch Changes
633
+
634
+ - Updated dependencies []:
635
+ - @atproto/oauth-client@0.1.6
636
+
637
+ ## 0.1.5
638
+
639
+ ### Patch Changes
640
+
641
+ - 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)]:
642
+ - @atproto/oauth-client@0.1.5
643
+ - @atproto/oauth-types@0.1.3
644
+
645
+ ## 0.1.4
646
+
647
+ ### Patch Changes
648
+
649
+ - Updated dependencies [[`04112783d`](https://github.com/bluesky-social/atproto/commit/04112783db17f865c9e2b673190f77dd0b7461e3)]:
650
+ - @atproto/oauth-client@0.1.4
651
+
652
+ ## 0.1.3
653
+
654
+ ### Patch Changes
655
+
656
+ - Updated dependencies []:
657
+ - @atproto/oauth-client@0.1.3
658
+
659
+ ## 0.1.2
660
+
661
+ ### Patch Changes
662
+
663
+ - 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)]:
664
+ - @atproto/oauth-client@0.1.2
665
+ - @atproto/oauth-types@0.1.2
666
+ - @atproto-labs/handle-resolver@0.1.2
667
+ - @atproto/did@0.1.1
668
+ - @atproto/jwk-webcrypto@0.1.2
669
+ - @atproto-labs/did-resolver@0.1.2
670
+
671
+ ## 0.1.1
672
+
673
+ ### Patch Changes
674
+
675
+ - [#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
676
+
677
+ - 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)]:
678
+ - @atproto/oauth-types@0.1.1
679
+ - @atproto/jwk@0.1.1
680
+ - @atproto-labs/handle-resolver@0.1.1
681
+ - @atproto-labs/did-resolver@0.1.1
682
+ - @atproto-labs/simple-store@0.1.1
683
+ - @atproto/oauth-client@0.1.1
684
+ - @atproto/jwk-webcrypto@0.1.1
685
+
686
+ ## 0.1.0
687
+
688
+ ### Minor Changes
689
+
690
+ - [#2482](https://github.com/bluesky-social/atproto/pull/2482) [`a8d6c1123`](https://github.com/bluesky-social/atproto/commit/a8d6c112359f5c4c0cfbe2df63443ed275f2a646) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add OAuth provider capability & support for DPoP signed tokens
691
+
692
+ ### Patch Changes
693
+
694
+ - Updated dependencies [[`a8d6c1123`](https://github.com/bluesky-social/atproto/commit/a8d6c112359f5c4c0cfbe2df63443ed275f2a646)]:
695
+ - @atproto-labs/handle-resolver@0.1.0
696
+ - @atproto-labs/did-resolver@0.1.0
697
+ - @atproto-labs/simple-store@0.1.0
698
+ - @atproto/jwk-webcrypto@0.1.0
699
+ - @atproto/oauth-client@0.1.0
700
+ - @atproto/oauth-types@0.1.0
701
+ - @atproto/jwk@0.1.0
702
+ - @atproto/did@0.1.0