@atproto/oauth-provider 0.21.0 → 0.21.1
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 +10 -0
- package/dist/signer/access-token-payload.d.ts +39 -39
- package/dist/signer/api-token-payload.d.ts +12 -12
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atproto/oauth-provider
|
|
2
2
|
|
|
3
|
+
## 0.21.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6866a5d`](https://github.com/bluesky-social/atproto/commit/6866a5d40be652bd83177332183ef346223f6012), [`95aa1d6`](https://github.com/bluesky-social/atproto/commit/95aa1d6dfea71316d5f30dd8bd4ed48afac31c81)]:
|
|
8
|
+
- @atproto/oauth-provider-ui@0.8.9
|
|
9
|
+
- @atproto/lex-document@0.1.7
|
|
10
|
+
- @atproto/lex-resolver@0.2.4
|
|
11
|
+
- @atproto/common@0.7.3
|
|
12
|
+
|
|
3
13
|
## 0.21.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -1219,7 +1219,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1219
1219
|
alg?: "HS256" | "HS384" | "HS512" | undefined;
|
|
1220
1220
|
k: string;
|
|
1221
1221
|
}) & {
|
|
1222
|
-
kid:
|
|
1222
|
+
kid: {};
|
|
1223
1223
|
}, {
|
|
1224
1224
|
kid?: string | undefined;
|
|
1225
1225
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1367,7 +1367,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1367
1367
|
t?: string | undefined;
|
|
1368
1368
|
}[] | undefined;
|
|
1369
1369
|
} & {
|
|
1370
|
-
kid:
|
|
1370
|
+
kid: {};
|
|
1371
1371
|
}) | ({
|
|
1372
1372
|
kid?: string | undefined;
|
|
1373
1373
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1391,7 +1391,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1391
1391
|
y: string;
|
|
1392
1392
|
d?: string | undefined;
|
|
1393
1393
|
} & {
|
|
1394
|
-
kid:
|
|
1394
|
+
kid: {};
|
|
1395
1395
|
}) | ({
|
|
1396
1396
|
kid?: string | undefined;
|
|
1397
1397
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1415,7 +1415,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1415
1415
|
y: string;
|
|
1416
1416
|
d?: string | undefined;
|
|
1417
1417
|
} & {
|
|
1418
|
-
kid:
|
|
1418
|
+
kid: {};
|
|
1419
1419
|
}) | ({
|
|
1420
1420
|
kid?: string | undefined;
|
|
1421
1421
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1438,7 +1438,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1438
1438
|
x: string;
|
|
1439
1439
|
d?: string | undefined;
|
|
1440
1440
|
} & {
|
|
1441
|
-
kid:
|
|
1441
|
+
kid: {};
|
|
1442
1442
|
})) & {
|
|
1443
1443
|
d?: never;
|
|
1444
1444
|
}, {
|
|
@@ -1588,7 +1588,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1588
1588
|
t?: string | undefined;
|
|
1589
1589
|
}[] | undefined;
|
|
1590
1590
|
} & {
|
|
1591
|
-
kid:
|
|
1591
|
+
kid: {};
|
|
1592
1592
|
}) | ({
|
|
1593
1593
|
kid?: string | undefined;
|
|
1594
1594
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1612,7 +1612,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1612
1612
|
y: string;
|
|
1613
1613
|
d?: string | undefined;
|
|
1614
1614
|
} & {
|
|
1615
|
-
kid:
|
|
1615
|
+
kid: {};
|
|
1616
1616
|
}) | ({
|
|
1617
1617
|
kid?: string | undefined;
|
|
1618
1618
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1636,7 +1636,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1636
1636
|
y: string;
|
|
1637
1637
|
d?: string | undefined;
|
|
1638
1638
|
} & {
|
|
1639
|
-
kid:
|
|
1639
|
+
kid: {};
|
|
1640
1640
|
}) | ({
|
|
1641
1641
|
kid?: string | undefined;
|
|
1642
1642
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1659,7 +1659,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1659
1659
|
x: string;
|
|
1660
1660
|
d?: string | undefined;
|
|
1661
1661
|
} & {
|
|
1662
|
-
kid:
|
|
1662
|
+
kid: {};
|
|
1663
1663
|
})) & {
|
|
1664
1664
|
d?: never;
|
|
1665
1665
|
}, {
|
|
@@ -1817,7 +1817,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1817
1817
|
t?: string | undefined;
|
|
1818
1818
|
}[] | undefined;
|
|
1819
1819
|
} & {
|
|
1820
|
-
kid:
|
|
1820
|
+
kid: {};
|
|
1821
1821
|
}) | ({
|
|
1822
1822
|
kid?: string | undefined;
|
|
1823
1823
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1841,7 +1841,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1841
1841
|
y: string;
|
|
1842
1842
|
d?: string | undefined;
|
|
1843
1843
|
} & {
|
|
1844
|
-
kid:
|
|
1844
|
+
kid: {};
|
|
1845
1845
|
}) | ({
|
|
1846
1846
|
kid?: string | undefined;
|
|
1847
1847
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1865,7 +1865,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1865
1865
|
y: string;
|
|
1866
1866
|
d?: string | undefined;
|
|
1867
1867
|
} & {
|
|
1868
|
-
kid:
|
|
1868
|
+
kid: {};
|
|
1869
1869
|
}) | ({
|
|
1870
1870
|
kid?: string | undefined;
|
|
1871
1871
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1888,7 +1888,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
1888
1888
|
x: string;
|
|
1889
1889
|
d?: string | undefined;
|
|
1890
1890
|
} & {
|
|
1891
|
-
kid:
|
|
1891
|
+
kid: {};
|
|
1892
1892
|
})) & {
|
|
1893
1893
|
d?: never;
|
|
1894
1894
|
}) | undefined;
|
|
@@ -3317,7 +3317,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3317
3317
|
alg?: "HS256" | "HS384" | "HS512" | undefined;
|
|
3318
3318
|
k: string;
|
|
3319
3319
|
}) & {
|
|
3320
|
-
kid:
|
|
3320
|
+
kid: {};
|
|
3321
3321
|
}, {
|
|
3322
3322
|
kid?: string | undefined;
|
|
3323
3323
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3465,7 +3465,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3465
3465
|
t?: string | undefined;
|
|
3466
3466
|
}[] | undefined;
|
|
3467
3467
|
} & {
|
|
3468
|
-
kid:
|
|
3468
|
+
kid: {};
|
|
3469
3469
|
}) | ({
|
|
3470
3470
|
kid?: string | undefined;
|
|
3471
3471
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3489,7 +3489,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3489
3489
|
y: string;
|
|
3490
3490
|
d?: string | undefined;
|
|
3491
3491
|
} & {
|
|
3492
|
-
kid:
|
|
3492
|
+
kid: {};
|
|
3493
3493
|
}) | ({
|
|
3494
3494
|
kid?: string | undefined;
|
|
3495
3495
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3513,7 +3513,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3513
3513
|
y: string;
|
|
3514
3514
|
d?: string | undefined;
|
|
3515
3515
|
} & {
|
|
3516
|
-
kid:
|
|
3516
|
+
kid: {};
|
|
3517
3517
|
}) | ({
|
|
3518
3518
|
kid?: string | undefined;
|
|
3519
3519
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3536,7 +3536,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3536
3536
|
x: string;
|
|
3537
3537
|
d?: string | undefined;
|
|
3538
3538
|
} & {
|
|
3539
|
-
kid:
|
|
3539
|
+
kid: {};
|
|
3540
3540
|
})) & {
|
|
3541
3541
|
d?: never;
|
|
3542
3542
|
}, {
|
|
@@ -3686,7 +3686,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3686
3686
|
t?: string | undefined;
|
|
3687
3687
|
}[] | undefined;
|
|
3688
3688
|
} & {
|
|
3689
|
-
kid:
|
|
3689
|
+
kid: {};
|
|
3690
3690
|
}) | ({
|
|
3691
3691
|
kid?: string | undefined;
|
|
3692
3692
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3710,7 +3710,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3710
3710
|
y: string;
|
|
3711
3711
|
d?: string | undefined;
|
|
3712
3712
|
} & {
|
|
3713
|
-
kid:
|
|
3713
|
+
kid: {};
|
|
3714
3714
|
}) | ({
|
|
3715
3715
|
kid?: string | undefined;
|
|
3716
3716
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3734,7 +3734,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3734
3734
|
y: string;
|
|
3735
3735
|
d?: string | undefined;
|
|
3736
3736
|
} & {
|
|
3737
|
-
kid:
|
|
3737
|
+
kid: {};
|
|
3738
3738
|
}) | ({
|
|
3739
3739
|
kid?: string | undefined;
|
|
3740
3740
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3757,7 +3757,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3757
3757
|
x: string;
|
|
3758
3758
|
d?: string | undefined;
|
|
3759
3759
|
} & {
|
|
3760
|
-
kid:
|
|
3760
|
+
kid: {};
|
|
3761
3761
|
})) & {
|
|
3762
3762
|
d?: never;
|
|
3763
3763
|
}, {
|
|
@@ -3915,7 +3915,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3915
3915
|
t?: string | undefined;
|
|
3916
3916
|
}[] | undefined;
|
|
3917
3917
|
} & {
|
|
3918
|
-
kid:
|
|
3918
|
+
kid: {};
|
|
3919
3919
|
}) | ({
|
|
3920
3920
|
kid?: string | undefined;
|
|
3921
3921
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3939,7 +3939,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3939
3939
|
y: string;
|
|
3940
3940
|
d?: string | undefined;
|
|
3941
3941
|
} & {
|
|
3942
|
-
kid:
|
|
3942
|
+
kid: {};
|
|
3943
3943
|
}) | ({
|
|
3944
3944
|
kid?: string | undefined;
|
|
3945
3945
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3963,7 +3963,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3963
3963
|
y: string;
|
|
3964
3964
|
d?: string | undefined;
|
|
3965
3965
|
} & {
|
|
3966
|
-
kid:
|
|
3966
|
+
kid: {};
|
|
3967
3967
|
}) | ({
|
|
3968
3968
|
kid?: string | undefined;
|
|
3969
3969
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3986,7 +3986,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
3986
3986
|
x: string;
|
|
3987
3987
|
d?: string | undefined;
|
|
3988
3988
|
} & {
|
|
3989
|
-
kid:
|
|
3989
|
+
kid: {};
|
|
3990
3990
|
})) & {
|
|
3991
3991
|
d?: never;
|
|
3992
3992
|
}) | undefined;
|
|
@@ -5415,7 +5415,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5415
5415
|
alg?: "HS256" | "HS384" | "HS512" | undefined;
|
|
5416
5416
|
k: string;
|
|
5417
5417
|
}) & {
|
|
5418
|
-
kid:
|
|
5418
|
+
kid: {};
|
|
5419
5419
|
}, {
|
|
5420
5420
|
kid?: string | undefined;
|
|
5421
5421
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5563,7 +5563,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5563
5563
|
t?: string | undefined;
|
|
5564
5564
|
}[] | undefined;
|
|
5565
5565
|
} & {
|
|
5566
|
-
kid:
|
|
5566
|
+
kid: {};
|
|
5567
5567
|
}) | ({
|
|
5568
5568
|
kid?: string | undefined;
|
|
5569
5569
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5587,7 +5587,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5587
5587
|
y: string;
|
|
5588
5588
|
d?: string | undefined;
|
|
5589
5589
|
} & {
|
|
5590
|
-
kid:
|
|
5590
|
+
kid: {};
|
|
5591
5591
|
}) | ({
|
|
5592
5592
|
kid?: string | undefined;
|
|
5593
5593
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5611,7 +5611,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5611
5611
|
y: string;
|
|
5612
5612
|
d?: string | undefined;
|
|
5613
5613
|
} & {
|
|
5614
|
-
kid:
|
|
5614
|
+
kid: {};
|
|
5615
5615
|
}) | ({
|
|
5616
5616
|
kid?: string | undefined;
|
|
5617
5617
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5634,7 +5634,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5634
5634
|
x: string;
|
|
5635
5635
|
d?: string | undefined;
|
|
5636
5636
|
} & {
|
|
5637
|
-
kid:
|
|
5637
|
+
kid: {};
|
|
5638
5638
|
})) & {
|
|
5639
5639
|
d?: never;
|
|
5640
5640
|
}, {
|
|
@@ -5784,7 +5784,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5784
5784
|
t?: string | undefined;
|
|
5785
5785
|
}[] | undefined;
|
|
5786
5786
|
} & {
|
|
5787
|
-
kid:
|
|
5787
|
+
kid: {};
|
|
5788
5788
|
}) | ({
|
|
5789
5789
|
kid?: string | undefined;
|
|
5790
5790
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5808,7 +5808,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5808
5808
|
y: string;
|
|
5809
5809
|
d?: string | undefined;
|
|
5810
5810
|
} & {
|
|
5811
|
-
kid:
|
|
5811
|
+
kid: {};
|
|
5812
5812
|
}) | ({
|
|
5813
5813
|
kid?: string | undefined;
|
|
5814
5814
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5832,7 +5832,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5832
5832
|
y: string;
|
|
5833
5833
|
d?: string | undefined;
|
|
5834
5834
|
} & {
|
|
5835
|
-
kid:
|
|
5835
|
+
kid: {};
|
|
5836
5836
|
}) | ({
|
|
5837
5837
|
kid?: string | undefined;
|
|
5838
5838
|
use?: "enc" | "sig" | undefined;
|
|
@@ -5855,7 +5855,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5855
5855
|
x: string;
|
|
5856
5856
|
d?: string | undefined;
|
|
5857
5857
|
} & {
|
|
5858
|
-
kid:
|
|
5858
|
+
kid: {};
|
|
5859
5859
|
})) & {
|
|
5860
5860
|
d?: never;
|
|
5861
5861
|
}, {
|
|
@@ -6013,7 +6013,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
6013
6013
|
t?: string | undefined;
|
|
6014
6014
|
}[] | undefined;
|
|
6015
6015
|
} & {
|
|
6016
|
-
kid:
|
|
6016
|
+
kid: {};
|
|
6017
6017
|
}) | ({
|
|
6018
6018
|
kid?: string | undefined;
|
|
6019
6019
|
use?: "enc" | "sig" | undefined;
|
|
@@ -6037,7 +6037,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
6037
6037
|
y: string;
|
|
6038
6038
|
d?: string | undefined;
|
|
6039
6039
|
} & {
|
|
6040
|
-
kid:
|
|
6040
|
+
kid: {};
|
|
6041
6041
|
}) | ({
|
|
6042
6042
|
kid?: string | undefined;
|
|
6043
6043
|
use?: "enc" | "sig" | undefined;
|
|
@@ -6061,7 +6061,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
6061
6061
|
y: string;
|
|
6062
6062
|
d?: string | undefined;
|
|
6063
6063
|
} & {
|
|
6064
|
-
kid:
|
|
6064
|
+
kid: {};
|
|
6065
6065
|
}) | ({
|
|
6066
6066
|
kid?: string | undefined;
|
|
6067
6067
|
use?: "enc" | "sig" | undefined;
|
|
@@ -6084,7 +6084,7 @@ export declare const accessTokenPayloadSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
6084
6084
|
x: string;
|
|
6085
6085
|
d?: string | undefined;
|
|
6086
6086
|
} & {
|
|
6087
|
-
kid:
|
|
6087
|
+
kid: {};
|
|
6088
6088
|
})) & {
|
|
6089
6089
|
d?: never;
|
|
6090
6090
|
}) | undefined;
|
|
@@ -1817,7 +1817,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1817
1817
|
t?: string | undefined;
|
|
1818
1818
|
}[] | undefined;
|
|
1819
1819
|
} & {
|
|
1820
|
-
kid:
|
|
1820
|
+
kid: NonNullable<unknown>;
|
|
1821
1821
|
}) | ({
|
|
1822
1822
|
kid?: string | undefined;
|
|
1823
1823
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1841,7 +1841,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1841
1841
|
y: string;
|
|
1842
1842
|
d?: string | undefined;
|
|
1843
1843
|
} & {
|
|
1844
|
-
kid:
|
|
1844
|
+
kid: NonNullable<unknown>;
|
|
1845
1845
|
}) | ({
|
|
1846
1846
|
kid?: string | undefined;
|
|
1847
1847
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1865,7 +1865,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1865
1865
|
y: string;
|
|
1866
1866
|
d?: string | undefined;
|
|
1867
1867
|
} & {
|
|
1868
|
-
kid:
|
|
1868
|
+
kid: NonNullable<unknown>;
|
|
1869
1869
|
}) | ({
|
|
1870
1870
|
kid?: string | undefined;
|
|
1871
1871
|
use?: "enc" | "sig" | undefined;
|
|
@@ -1888,7 +1888,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1888
1888
|
x: string;
|
|
1889
1889
|
d?: string | undefined;
|
|
1890
1890
|
} & {
|
|
1891
|
-
kid:
|
|
1891
|
+
kid: NonNullable<unknown>;
|
|
1892
1892
|
})) & {
|
|
1893
1893
|
d?: never;
|
|
1894
1894
|
}) | undefined;
|
|
@@ -3912,7 +3912,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
3912
3912
|
t?: string | undefined;
|
|
3913
3913
|
}[] | undefined;
|
|
3914
3914
|
} & {
|
|
3915
|
-
kid:
|
|
3915
|
+
kid: NonNullable<unknown>;
|
|
3916
3916
|
}) | ({
|
|
3917
3917
|
kid?: string | undefined;
|
|
3918
3918
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3936,7 +3936,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
3936
3936
|
y: string;
|
|
3937
3937
|
d?: string | undefined;
|
|
3938
3938
|
} & {
|
|
3939
|
-
kid:
|
|
3939
|
+
kid: NonNullable<unknown>;
|
|
3940
3940
|
}) | ({
|
|
3941
3941
|
kid?: string | undefined;
|
|
3942
3942
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3960,7 +3960,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
3960
3960
|
y: string;
|
|
3961
3961
|
d?: string | undefined;
|
|
3962
3962
|
} & {
|
|
3963
|
-
kid:
|
|
3963
|
+
kid: NonNullable<unknown>;
|
|
3964
3964
|
}) | ({
|
|
3965
3965
|
kid?: string | undefined;
|
|
3966
3966
|
use?: "enc" | "sig" | undefined;
|
|
@@ -3983,7 +3983,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
3983
3983
|
x: string;
|
|
3984
3984
|
d?: string | undefined;
|
|
3985
3985
|
} & {
|
|
3986
|
-
kid:
|
|
3986
|
+
kid: NonNullable<unknown>;
|
|
3987
3987
|
})) & {
|
|
3988
3988
|
d?: never;
|
|
3989
3989
|
}) | undefined;
|
|
@@ -6007,7 +6007,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
6007
6007
|
t?: string | undefined;
|
|
6008
6008
|
}[] | undefined;
|
|
6009
6009
|
} & {
|
|
6010
|
-
kid:
|
|
6010
|
+
kid: NonNullable<unknown>;
|
|
6011
6011
|
}) | ({
|
|
6012
6012
|
kid?: string | undefined;
|
|
6013
6013
|
use?: "enc" | "sig" | undefined;
|
|
@@ -6031,7 +6031,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
6031
6031
|
y: string;
|
|
6032
6032
|
d?: string | undefined;
|
|
6033
6033
|
} & {
|
|
6034
|
-
kid:
|
|
6034
|
+
kid: NonNullable<unknown>;
|
|
6035
6035
|
}) | ({
|
|
6036
6036
|
kid?: string | undefined;
|
|
6037
6037
|
use?: "enc" | "sig" | undefined;
|
|
@@ -6055,7 +6055,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
6055
6055
|
y: string;
|
|
6056
6056
|
d?: string | undefined;
|
|
6057
6057
|
} & {
|
|
6058
|
-
kid:
|
|
6058
|
+
kid: NonNullable<unknown>;
|
|
6059
6059
|
}) | ({
|
|
6060
6060
|
kid?: string | undefined;
|
|
6061
6061
|
use?: "enc" | "sig" | undefined;
|
|
@@ -6078,7 +6078,7 @@ export declare const apiTokenPayloadSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
6078
6078
|
x: string;
|
|
6079
6079
|
d?: string | undefined;
|
|
6080
6080
|
} & {
|
|
6081
|
-
kid:
|
|
6081
|
+
kid: NonNullable<unknown>;
|
|
6082
6082
|
})) & {
|
|
6083
6083
|
d?: never;
|
|
6084
6084
|
}) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/oauth-provider",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Generic OAuth2 and OpenID Connect provider for Node.js. Currently only supports features needed for Atproto.",
|
|
6
6
|
"keywords": [
|
|
@@ -73,20 +73,20 @@
|
|
|
73
73
|
"jose": "^5.2.0",
|
|
74
74
|
"zod": "^3.23.8",
|
|
75
75
|
"@atproto-labs/fetch-node": "^0.3.6",
|
|
76
|
-
"@atproto-labs/pipe": "^0.2.4",
|
|
77
76
|
"@atproto-labs/simple-store": "^0.5.0",
|
|
78
77
|
"@atproto-labs/simple-store-memory": "^0.2.5",
|
|
79
|
-
"@atproto/
|
|
80
|
-
"@atproto/common": "^0.7.
|
|
78
|
+
"@atproto-labs/pipe": "^0.2.4",
|
|
79
|
+
"@atproto/common": "^0.7.3",
|
|
81
80
|
"@atproto/jwk": "^0.7.4",
|
|
82
|
-
"@atproto/
|
|
83
|
-
"@atproto/lex-resolver": "^0.2.3",
|
|
81
|
+
"@atproto/did": "^0.5.4",
|
|
84
82
|
"@atproto/jwk-jose": "^0.2.4",
|
|
85
|
-
"@atproto/
|
|
83
|
+
"@atproto/lex-document": "^0.1.7",
|
|
84
|
+
"@atproto/lex-resolver": "^0.2.4",
|
|
86
85
|
"@atproto/oauth-types": "^0.7.5",
|
|
87
86
|
"@atproto/oauth-provider-api": "0.7.7",
|
|
88
87
|
"@atproto/oauth-scopes": "^0.5.7",
|
|
89
|
-
"@atproto/syntax": "^0.7.2"
|
|
88
|
+
"@atproto/syntax": "^0.7.2",
|
|
89
|
+
"@atproto/oauth-provider-ui": "0.8.9"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@types/cookie": "^0.6.0",
|