@atproto/oauth-client-browser 0.3.1 → 0.3.3
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -185,7 +185,7 @@ result of an authorization redirect (both `session` and `state` are defined).
|
|
185
185
|
|
186
186
|
### Initiating an OAuth flow
|
187
187
|
|
188
|
-
In order to initiate an OAuth flow, we must
|
188
|
+
In order to initiate an OAuth flow, we must first determine which PDS the
|
189
189
|
authentication flow will be initiated from. This means that the user must
|
190
190
|
provide one of the following information:
|
191
191
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atproto/oauth-client-browser",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.3",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
|
6
6
|
"keywords": [
|
@@ -31,14 +31,14 @@
|
|
31
31
|
"dist"
|
32
32
|
],
|
33
33
|
"dependencies": {
|
34
|
-
"@atproto-labs/did-resolver": "0.1.
|
34
|
+
"@atproto-labs/did-resolver": "0.1.6",
|
35
35
|
"@atproto-labs/handle-resolver": "0.1.4",
|
36
36
|
"@atproto-labs/simple-store": "0.1.1",
|
37
37
|
"@atproto/did": "0.1.3",
|
38
38
|
"@atproto/jwk": "0.1.1",
|
39
39
|
"@atproto/jwk-webcrypto": "0.1.2",
|
40
|
-
"@atproto/oauth-client": "0.3.
|
41
|
-
"@atproto/oauth-types": "0.2.
|
40
|
+
"@atproto/oauth-client": "0.3.3",
|
41
|
+
"@atproto/oauth-types": "0.2.1"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"typescript": "^5.6.3"
|