@atproto/oauth-client-expo 0.0.1 → 0.0.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/CHANGELOG.md +22 -0
- package/dist/expo-oauth-client.native.d.ts +0 -1
- package/dist/expo-oauth-client.native.d.ts.map +1 -1
- package/dist/expo-oauth-client.native.js +0 -1
- package/dist/expo-oauth-client.native.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/{polyfill.js → polyfill.native.d.ts} +1 -2
- package/dist/polyfill.native.d.ts.map +1 -0
- package/dist/{polyfill.d.ts → polyfill.native.js} +1 -2
- package/dist/polyfill.native.js.map +1 -0
- package/dist/polyfill.web.d.ts +2 -0
- package/dist/polyfill.web.d.ts.map +1 -0
- package/dist/polyfill.web.js +2 -0
- package/dist/polyfill.web.js.map +1 -0
- package/package.json +3 -4
- package/src/expo-oauth-client.native.ts +0 -2
- package/src/index.ts +4 -0
- package/src/polyfill.d.ts +1 -0
- package/src/{polyfill.ts → polyfill.native.ts} +0 -1
- package/src/polyfill.web.ts +1 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/dist/polyfill.d.ts.map +0 -1
- package/dist/polyfill.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atproto/oauth-client-expo
|
|
2
2
|
|
|
3
|
+
## 0.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @atproto/oauth-client@0.5.9
|
|
9
|
+
- @atproto/oauth-client-browser@0.3.35
|
|
10
|
+
|
|
11
|
+
## 0.0.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#4289](https://github.com/bluesky-social/atproto/pull/4289) [`8ff5ec4ca`](https://github.com/bluesky-social/atproto/commit/8ff5ec4caa9a1f5c1e453a416ba2af22d1ee4f58) Thanks [@matthieusieben](https://github.com/matthieusieben)! - The package now re-exports everything from `@atproto/oauth-client`, avoiding the need to explicitly depend on it.
|
|
16
|
+
|
|
17
|
+
- [#4300](https://github.com/bluesky-social/atproto/pull/4300) [`1a7bd8c0d`](https://github.com/bluesky-social/atproto/commit/1a7bd8c0d2a5dad5cd035a82f54655470172203d) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove `abortcontroller-polyfill` that was causing "Property 'DOMException' doesn't exist" errors
|
|
18
|
+
|
|
19
|
+
- [#4300](https://github.com/bluesky-social/atproto/pull/4300) [`1a7bd8c0d`](https://github.com/bluesky-social/atproto/commit/1a7bd8c0d2a5dad5cd035a82f54655470172203d) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Polyfill `core-js/proposals/explicit-resource-management` for web
|
|
20
|
+
|
|
21
|
+
- Updated dependencies []:
|
|
22
|
+
- @atproto/oauth-client@0.5.8
|
|
23
|
+
- @atproto/oauth-client-browser@0.3.34
|
|
24
|
+
|
|
3
25
|
## 0.0.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expo-oauth-client.native.d.ts","sourceRoot":"","sources":["../src/expo-oauth-client.native.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"expo-oauth-client.native.d.ts","sourceRoot":"","sources":["../src/expo-oauth-client.native.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,YAAY,EACb,MAAM,uBAAuB,CAAA;AAE9B,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAYpE,eAAO,MAAM,uBAAuB,QAA0C,CAAA;AAG9E,qBAAa,eACX,SAAQ,WACR,YAAW,wBAAwB;;gBAIvB,OAAO,EAAE,sBAAsB;IA8BrC,cAAc,IAAI,OAAO,CAAC,IAAI,GAAG,YAAY,CAAC;IAI9C,MAAM,CACV,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,gBAAgB,GACzB,OAAO,CAAC,YAAY,CAAC;IAuCxB,CAAC,MAAM,CAAC,OAAO,CAAC;CAGjB"}
|
|
@@ -50,7 +50,6 @@ var __disposeResources = (this && this.__disposeResources) || (function (Suppres
|
|
|
50
50
|
var e = new Error(message);
|
|
51
51
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
52
52
|
});
|
|
53
|
-
import './polyfill';
|
|
54
53
|
import { openAuthSessionAsync } from 'expo-web-browser';
|
|
55
54
|
import { OAuthClient, } from '@atproto/oauth-client';
|
|
56
55
|
import { default as NativeModule } from './ExpoAtprotoOAuthClientModule';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expo-oauth-client.native.js","sourceRoot":"","sources":["../src/expo-oauth-client.native.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"expo-oauth-client.native.js","sourceRoot":"","sources":["../src/expo-oauth-client.native.ts"],"names":[],"mappings":"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","sourcesContent":["import { openAuthSessionAsync } from 'expo-web-browser'\nimport {\n AuthorizeOptions,\n OAuthClient,\n OAuthSession,\n} from '@atproto/oauth-client'\nimport { default as NativeModule } from './ExpoAtprotoOAuthClientModule'\nimport { ExpoOAuthClientInterface } from './expo-oauth-client-interface'\nimport { ExpoOAuthClientOptions } from './expo-oauth-client-options'\nimport { ExpoKey } from './utils/expo-key'\nimport {\n AuthorizationServerMetadataCache,\n DidCache,\n DpopNonceCache,\n HandleCache,\n ProtectedResourceMetadataCache,\n SessionStore,\n StateStore,\n} from './utils/stores'\n\nexport const CUSTOM_URI_SCHEME_REGEX = /^(?:[^.]+(?:\\.[^.]+)+):\\/(?:[^/].*)?$/\nconst isCustomUriScheme = (uri: string) => CUSTOM_URI_SCHEME_REGEX.test(uri)\n\nexport class ExpoOAuthClient\n extends OAuthClient\n implements ExpoOAuthClientInterface\n{\n readonly #disposables: DisposableStack\n\n constructor(options: ExpoOAuthClientOptions) {\n using stack = new DisposableStack()\n\n super({\n ...options,\n responseMode: options.responseMode ?? 'query',\n keyset: undefined,\n runtimeImplementation: {\n createKey: async (algs) => ExpoKey.generate(algs),\n digest: async (bytes, { name }) => NativeModule.digest(bytes, name),\n getRandomValues: async (length) => NativeModule.getRandomValues(length),\n },\n sessionStore: stack.use(new SessionStore()),\n stateStore: stack.use(new StateStore()),\n didCache: stack.use(new DidCache()),\n handleCache: stack.use(new HandleCache()),\n dpopNonceCache: stack.use(new DpopNonceCache()),\n authorizationServerMetadataCache: stack.use(\n new AuthorizationServerMetadataCache(),\n ),\n protectedResourceMetadataCache: stack.use(\n new ProtectedResourceMetadataCache(),\n ),\n })\n\n stack.defer(() => super[Symbol.dispose]?.())\n\n this.#disposables = stack.move()\n }\n\n async handleCallback(): Promise<null | OAuthSession> {\n return null\n }\n\n async signIn(\n input: string,\n options?: AuthorizeOptions,\n ): Promise<OAuthSession> {\n const redirectUri =\n options?.redirect_uri ??\n this.clientMetadata.redirect_uris.find(isCustomUriScheme)\n\n if (!redirectUri) {\n throw new TypeError(\n 'A redirect URI with a custom scheme is required for Expo OAuth.',\n )\n }\n\n const url = await this.authorize(input, {\n ...options,\n redirect_uri: redirectUri,\n display: options?.display ?? 'touch',\n })\n\n console.debug('openAuthSessionAsync', { url, redirectUri })\n\n const result = await openAuthSessionAsync(url.toString(), redirectUri)\n\n console.debug('AUTH SESSION RESULT', result)\n\n if (result.type === 'success') {\n const callbackUrl = new URL(result.url)\n const params =\n this.responseMode === 'fragment'\n ? new URLSearchParams(callbackUrl.hash.slice(1))\n : callbackUrl.searchParams\n\n const { session } = await this.callback(params, {\n redirect_uri: redirectUri,\n })\n return session\n } else {\n throw new Error(`Authentication cancelled: ${result.type}`)\n }\n }\n\n [Symbol.dispose]() {\n this.#disposables.dispose()\n }\n}\n"]}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import './polyfill';
|
|
2
|
+
export * from '@atproto/oauth-client';
|
|
1
3
|
export type { ExpoOAuthClientInterface } from './expo-oauth-client-interface';
|
|
2
4
|
export type { ExpoOAuthClientOptions } from './expo-oauth-client-options';
|
|
3
5
|
export { ExpoOAuthClient } from './expo-oauth-client';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAC7E,YAAY,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAA;AAEnB,cAAc,uBAAuB,CAAA;AAErC,YAAY,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAC7E,YAAY,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA"}
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAA;AAEnB,cAAc,uBAAuB,CAAA;AAKrC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA","sourcesContent":["import './polyfill'\n\nexport * from '@atproto/oauth-client'\n\nexport type { ExpoOAuthClientInterface } from './expo-oauth-client-interface'\nexport type { ExpoOAuthClientOptions } from './expo-oauth-client-options'\n\nexport { ExpoOAuthClient } from './expo-oauth-client'\n"]}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import 'core-js/proposals/explicit-resource-management';
|
|
2
|
-
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
|
|
3
2
|
import 'event-target-polyfill';
|
|
4
3
|
import 'react-native-url-polyfill/auto';
|
|
5
|
-
//# sourceMappingURL=polyfill.
|
|
4
|
+
//# sourceMappingURL=polyfill.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"polyfill.native.d.ts","sourceRoot":"","sources":["../src/polyfill.native.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAgD,CAAA;AACvD,OAAO,uBAAuB,CAAA;AAC9B,OAAO,gCAAgC,CAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import 'core-js/proposals/explicit-resource-management';
|
|
2
|
-
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
|
|
3
2
|
import 'event-target-polyfill';
|
|
4
3
|
import 'react-native-url-polyfill/auto';
|
|
5
|
-
//# sourceMappingURL=polyfill.
|
|
4
|
+
//# sourceMappingURL=polyfill.native.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"polyfill.native.js","sourceRoot":"","sources":["../src/polyfill.native.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAgD,CAAA;AACvD,OAAO,uBAAuB,CAAA;AAC9B,OAAO,gCAAgC,CAAA","sourcesContent":["import 'core-js/proposals/explicit-resource-management'\nimport 'event-target-polyfill'\nimport 'react-native-url-polyfill/auto'\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"polyfill.web.d.ts","sourceRoot":"","sources":["../src/polyfill.web.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAgD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"polyfill.web.js","sourceRoot":"","sources":["../src/polyfill.web.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAgD,CAAA","sourcesContent":["import 'core-js/proposals/explicit-resource-management'\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/oauth-client-expo",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ATPROTO OAuth client for Expo applications",
|
|
6
6
|
"authors": [
|
|
@@ -32,15 +32,14 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"abortcontroller-polyfill": "^1.7.8",
|
|
36
35
|
"core-js": "^3",
|
|
37
36
|
"event-target-polyfill": "^0.0.4",
|
|
38
37
|
"expo-web-browser": "^15.0.8",
|
|
39
38
|
"react-native-mmkv": "^3.3.3",
|
|
40
39
|
"react-native-url-polyfill": "^3.0.0",
|
|
41
40
|
"@atproto-labs/simple-store": "0.3.0",
|
|
42
|
-
"@atproto/oauth-client": "0.5.
|
|
43
|
-
"@atproto/oauth-client-browser": "0.3.
|
|
41
|
+
"@atproto/oauth-client": "0.5.9",
|
|
42
|
+
"@atproto/oauth-client-browser": "0.3.35"
|
|
44
43
|
},
|
|
45
44
|
"peerDependencies": {
|
|
46
45
|
"expo": "*",
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'core-js/proposals/explicit-resource-management'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/ExpoAtprotoOAuthClientModule.ts","./src/ExpoAtprotoOAuthClientModule.types.ts","./src/expo-oauth-client-interface.ts","./src/expo-oauth-client-options.ts","./src/expo-oauth-client.d.ts","./src/expo-oauth-client.native.ts","./src/expo-oauth-client.web.ts","./src/index.ts","./src/polyfill.ts","./src/utils/expo-key.ts","./src/utils/mmkv-simple-store-ttl.ts","./src/utils/mmkv-simple-store.ts","./src/utils/stores.ts"],"version":"5.8.3"}
|
|
1
|
+
{"root":["./src/ExpoAtprotoOAuthClientModule.ts","./src/ExpoAtprotoOAuthClientModule.types.ts","./src/expo-oauth-client-interface.ts","./src/expo-oauth-client-options.ts","./src/expo-oauth-client.d.ts","./src/expo-oauth-client.native.ts","./src/expo-oauth-client.web.ts","./src/index.ts","./src/polyfill.d.ts","./src/polyfill.native.ts","./src/polyfill.web.ts","./src/utils/expo-key.ts","./src/utils/mmkv-simple-store-ttl.ts","./src/utils/mmkv-simple-store.ts","./src/utils/stores.ts"],"version":"5.8.3"}
|
package/dist/polyfill.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../src/polyfill.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAgD,CAAA;AACvD,OAAO,oDAAoD,CAAA;AAC3D,OAAO,uBAAuB,CAAA;AAC9B,OAAO,gCAAgC,CAAA"}
|
package/dist/polyfill.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.js","sourceRoot":"","sources":["../src/polyfill.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAgD,CAAA;AACvD,OAAO,oDAAoD,CAAA;AAC3D,OAAO,uBAAuB,CAAA;AAC9B,OAAO,gCAAgC,CAAA","sourcesContent":["import 'core-js/proposals/explicit-resource-management'\nimport 'abortcontroller-polyfill/dist/polyfill-patch-fetch'\nimport 'event-target-polyfill'\nimport 'react-native-url-polyfill/auto'\n"]}
|