@owf/identity-common 0.1.0-alpha-20260302093714
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/LICENSE +201 -0
- package/README.md +60 -0
- package/dist/index.d.mts +77 -0
- package/dist/index.mjs +150 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +23 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# @owf/identity-common
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.com/package/@owf/identity-common)
|
|
4
|
+
[](https://github.com/openwallet-foundation-labs/identity-common-ts/blob/main/LICENSE)
|
|
5
|
+
|
|
6
|
+
The base package of the [Identity Common TypeScript](https://github.com/openwallet-foundation-labs/identity-common-ts) project, providing common types and utilities for identity applications.
|
|
7
|
+
|
|
8
|
+
## Installation
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
# Using npm
|
|
12
|
+
npm install @owf/identity-common
|
|
13
|
+
|
|
14
|
+
# Using pnpm
|
|
15
|
+
pnpm add @owf/identity-common
|
|
16
|
+
|
|
17
|
+
# Using yarn
|
|
18
|
+
yarn add @owf/identity-common
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Usage
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { } from '@owf/identity-common'
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Platform Support
|
|
28
|
+
|
|
29
|
+
This library is **platform agnostic** and works in:
|
|
30
|
+
|
|
31
|
+
- ✅ Node.js (>=20)
|
|
32
|
+
- ✅ Browsers (modern browsers with ES2020 support)
|
|
33
|
+
- ✅ React Native
|
|
34
|
+
|
|
35
|
+
### Requirements
|
|
36
|
+
|
|
37
|
+
Your environment must provide:
|
|
38
|
+
|
|
39
|
+
- `URL` and `URLSearchParams` implementations
|
|
40
|
+
- A global `fetch` implementation (or provide it via callbacks)
|
|
41
|
+
|
|
42
|
+
## API Reference
|
|
43
|
+
|
|
44
|
+
*Documentation will be added as the API is developed.*
|
|
45
|
+
|
|
46
|
+
## Related Packages
|
|
47
|
+
|
|
48
|
+
This package is part of the Identity Common TypeScript project:
|
|
49
|
+
|
|
50
|
+
- [`@owf/jose`](https://github.com/openwallet-foundation-labs/identity-common-ts/tree/main/packages/jose) - JOSE/JWT implementation (planned)
|
|
51
|
+
- [`@owf/cose`](https://github.com/openwallet-foundation-labs/identity-common-ts/tree/main/packages/cose) - COSE/CWT implementation (planned)
|
|
52
|
+
- [`@owf/x509`](https://github.com/openwallet-foundation-labs/identity-common-ts/tree/main/packages/x509) - X.509 certificate utilities (planned)
|
|
53
|
+
|
|
54
|
+
## Contributing
|
|
55
|
+
|
|
56
|
+
See the [Contributing Guide](https://github.com/openwallet-foundation-labs/identity-common-ts/blob/main/CONTRIBUTING.md) for details on how to contribute to this project.
|
|
57
|
+
|
|
58
|
+
## License
|
|
59
|
+
|
|
60
|
+
This project is licensed under the [Apache License Version 2.0](https://github.com/openwallet-foundation-labs/identity-common-ts/blob/main/LICENSE) (Apache-2.0).
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
//#region src/base64url.d.ts
|
|
2
|
+
declare const base64urlEncode: (input: string) => string;
|
|
3
|
+
declare const base64urlDecode: (input: string) => string;
|
|
4
|
+
declare const uint8ArrayToBase64Url: (bytes: Uint8Array) => string;
|
|
5
|
+
declare const base64UrlToUint8Array: (base64url: string) => Uint8Array;
|
|
6
|
+
declare const base64: {
|
|
7
|
+
encode: (bytes: Uint8Array) => string;
|
|
8
|
+
decode: (base64: string) => Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
declare const base64url: {
|
|
11
|
+
encode: (bytes: Uint8Array) => string;
|
|
12
|
+
decode: (base64url: string) => Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/decode-jwt.d.ts
|
|
16
|
+
declare const decodeJwt: <H extends Record<string, unknown>, T extends Record<string, unknown>>(jwt: string) => {
|
|
17
|
+
header: H;
|
|
18
|
+
payload: T;
|
|
19
|
+
signature: string;
|
|
20
|
+
};
|
|
21
|
+
//#endregion
|
|
22
|
+
//#region src/types.d.ts
|
|
23
|
+
interface RsaOtherPrimesInfo {
|
|
24
|
+
d?: string;
|
|
25
|
+
r?: string;
|
|
26
|
+
t?: string;
|
|
27
|
+
}
|
|
28
|
+
interface JsonWebKey {
|
|
29
|
+
alg?: string;
|
|
30
|
+
crv?: string;
|
|
31
|
+
d?: string;
|
|
32
|
+
dp?: string;
|
|
33
|
+
dq?: string;
|
|
34
|
+
e?: string;
|
|
35
|
+
ext?: boolean;
|
|
36
|
+
k?: string;
|
|
37
|
+
key_ops?: string[];
|
|
38
|
+
kty?: string;
|
|
39
|
+
n?: string;
|
|
40
|
+
oth?: RsaOtherPrimesInfo[];
|
|
41
|
+
p?: string;
|
|
42
|
+
q?: string;
|
|
43
|
+
qi?: string;
|
|
44
|
+
use?: string;
|
|
45
|
+
x?: string;
|
|
46
|
+
y?: string;
|
|
47
|
+
}
|
|
48
|
+
interface JwtPayload {
|
|
49
|
+
cnf?: {
|
|
50
|
+
jwk: JsonWebKey;
|
|
51
|
+
};
|
|
52
|
+
exp?: number;
|
|
53
|
+
[key: string]: unknown;
|
|
54
|
+
}
|
|
55
|
+
type Base64urlString = string;
|
|
56
|
+
type OrPromise<T> = T | Promise<T>;
|
|
57
|
+
type Signer = (data: string) => OrPromise<string>;
|
|
58
|
+
type Verifier<T = unknown> = (data: string, sig: string, options?: T) => OrPromise<boolean>;
|
|
59
|
+
type Hasher = (data: string | ArrayBuffer, alg: string) => OrPromise<Uint8Array>;
|
|
60
|
+
type SaltGenerator = (length: number) => OrPromise<string>;
|
|
61
|
+
type HasherAndAlg = {
|
|
62
|
+
hasher: Hasher;
|
|
63
|
+
alg: string;
|
|
64
|
+
};
|
|
65
|
+
type SignerSync = (data: string) => string;
|
|
66
|
+
type VerifierSync = (data: string, sig: string) => boolean;
|
|
67
|
+
type HasherSync = (data: string, alg: string) => Uint8Array;
|
|
68
|
+
type SaltGeneratorSync = (length: number) => string;
|
|
69
|
+
type HasherAndAlgSync = {
|
|
70
|
+
hasher: HasherSync;
|
|
71
|
+
alg: string;
|
|
72
|
+
};
|
|
73
|
+
declare const IANA_HASH_ALGORITHMS: readonly ["sha-256", "sha-256-128", "sha-256-120", "sha-256-96", "sha-256-64", "sha-256-32", "sha-384", "sha-512", "sha3-224", "sha3-256", "sha3-384", "sha3-512", "blake2s-256", "blake2b-256", "blake2b-512", "k12-256", "k12-512"];
|
|
74
|
+
type HashAlgorithm = (typeof IANA_HASH_ALGORITHMS)[number];
|
|
75
|
+
//#endregion
|
|
76
|
+
export { Base64urlString, HashAlgorithm, Hasher, HasherAndAlg, HasherAndAlgSync, HasherSync, IANA_HASH_ALGORITHMS, JsonWebKey, JwtPayload, OrPromise, RsaOtherPrimesInfo, SaltGenerator, SaltGeneratorSync, Signer, SignerSync, Verifier, VerifierSync, base64, base64UrlToUint8Array, base64url, base64urlDecode, base64urlEncode, decodeJwt, uint8ArrayToBase64Url };
|
|
77
|
+
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
//#region src/base64url.ts
|
|
2
|
+
const BASE64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
3
|
+
const bytesToBase64 = (bytes) => {
|
|
4
|
+
let result = "";
|
|
5
|
+
let i;
|
|
6
|
+
for (i = 0; i < bytes.length - 2; i += 3) {
|
|
7
|
+
const chunk = bytes[i] << 16 | bytes[i + 1] << 8 | bytes[i + 2];
|
|
8
|
+
result += BASE64_CHARS[chunk >> 18 & 63];
|
|
9
|
+
result += BASE64_CHARS[chunk >> 12 & 63];
|
|
10
|
+
result += BASE64_CHARS[chunk >> 6 & 63];
|
|
11
|
+
result += BASE64_CHARS[chunk & 63];
|
|
12
|
+
}
|
|
13
|
+
if (i < bytes.length) {
|
|
14
|
+
const chunk = bytes[i] << 16 | (i + 1 < bytes.length ? bytes[i + 1] << 8 : 0);
|
|
15
|
+
result += BASE64_CHARS[chunk >> 18 & 63];
|
|
16
|
+
result += BASE64_CHARS[chunk >> 12 & 63];
|
|
17
|
+
result += i + 1 < bytes.length ? BASE64_CHARS[chunk >> 6 & 63] : "=";
|
|
18
|
+
result += "=";
|
|
19
|
+
}
|
|
20
|
+
return result;
|
|
21
|
+
};
|
|
22
|
+
const base64ToBytes = (base64) => {
|
|
23
|
+
if (!/^[A-Za-z0-9+/]*={0,2}$/.test(base64)) throw new Error("Invalid base64 string: contains invalid characters");
|
|
24
|
+
const cleanBase64 = base64.replace(/=/g, "");
|
|
25
|
+
const length = cleanBase64.length;
|
|
26
|
+
const bytes = new Uint8Array(length * 3 >> 2);
|
|
27
|
+
let byteIndex = 0;
|
|
28
|
+
for (let i = 0; i < length; i += 4) {
|
|
29
|
+
const a = BASE64_CHARS.indexOf(cleanBase64[i]);
|
|
30
|
+
const b = BASE64_CHARS.indexOf(cleanBase64[i + 1]);
|
|
31
|
+
const c = i + 2 < length ? BASE64_CHARS.indexOf(cleanBase64[i + 2]) : 0;
|
|
32
|
+
const d = i + 3 < length ? BASE64_CHARS.indexOf(cleanBase64[i + 3]) : 0;
|
|
33
|
+
bytes[byteIndex++] = a << 2 | b >> 4;
|
|
34
|
+
if (i + 2 < length) bytes[byteIndex++] = (b & 15) << 4 | c >> 2;
|
|
35
|
+
if (i + 3 < length) bytes[byteIndex++] = (c & 3) << 6 | d;
|
|
36
|
+
}
|
|
37
|
+
return bytes;
|
|
38
|
+
};
|
|
39
|
+
const bytesToBase64Url = (bytes) => {
|
|
40
|
+
return bytesToBase64(bytes).replace(/\+/g, "-").replace(/\//g, "_").replace(/=/g, "");
|
|
41
|
+
};
|
|
42
|
+
const base64UrlToBytes = (base64url) => {
|
|
43
|
+
if (!/^[A-Za-z0-9_-]*$/.test(base64url)) throw new Error("Invalid base64url string: contains invalid characters");
|
|
44
|
+
let base64 = base64url.replace(/-/g, "+").replace(/_/g, "/");
|
|
45
|
+
while (base64.length % 4) base64 += "=";
|
|
46
|
+
return base64ToBytes(base64);
|
|
47
|
+
};
|
|
48
|
+
const stringToBytes = (str) => {
|
|
49
|
+
const bytes = [];
|
|
50
|
+
for (let i = 0; i < str.length; i++) {
|
|
51
|
+
let codePoint = str.charCodeAt(i);
|
|
52
|
+
if (codePoint >= 55296 && codePoint <= 56319 && i + 1 < str.length) {
|
|
53
|
+
const low = str.charCodeAt(i + 1);
|
|
54
|
+
if (low >= 56320 && low <= 57343) {
|
|
55
|
+
codePoint = 65536 + (codePoint - 55296 << 10) + (low - 56320);
|
|
56
|
+
i++;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
if (codePoint < 128) bytes.push(codePoint);
|
|
60
|
+
else if (codePoint < 2048) {
|
|
61
|
+
bytes.push(192 | codePoint >> 6);
|
|
62
|
+
bytes.push(128 | codePoint & 63);
|
|
63
|
+
} else if (codePoint < 65536) {
|
|
64
|
+
bytes.push(224 | codePoint >> 12);
|
|
65
|
+
bytes.push(128 | codePoint >> 6 & 63);
|
|
66
|
+
bytes.push(128 | codePoint & 63);
|
|
67
|
+
} else {
|
|
68
|
+
bytes.push(240 | codePoint >> 18);
|
|
69
|
+
bytes.push(128 | codePoint >> 12 & 63);
|
|
70
|
+
bytes.push(128 | codePoint >> 6 & 63);
|
|
71
|
+
bytes.push(128 | codePoint & 63);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
return new Uint8Array(bytes);
|
|
75
|
+
};
|
|
76
|
+
const bytesToString = (bytes) => {
|
|
77
|
+
let result = "";
|
|
78
|
+
let i = 0;
|
|
79
|
+
while (i < bytes.length) {
|
|
80
|
+
const byte1 = bytes[i++];
|
|
81
|
+
if (byte1 < 128) result += String.fromCharCode(byte1);
|
|
82
|
+
else if (byte1 < 224) {
|
|
83
|
+
const byte2 = bytes[i++];
|
|
84
|
+
result += String.fromCharCode((byte1 & 31) << 6 | byte2 & 63);
|
|
85
|
+
} else if (byte1 < 240) {
|
|
86
|
+
const byte2 = bytes[i++];
|
|
87
|
+
const byte3 = bytes[i++];
|
|
88
|
+
result += String.fromCharCode((byte1 & 15) << 12 | (byte2 & 63) << 6 | byte3 & 63);
|
|
89
|
+
} else {
|
|
90
|
+
const byte2 = bytes[i++];
|
|
91
|
+
const byte3 = bytes[i++];
|
|
92
|
+
const byte4 = bytes[i++];
|
|
93
|
+
const codePoint = (byte1 & 7) << 18 | (byte2 & 63) << 12 | (byte3 & 63) << 6 | byte4 & 63;
|
|
94
|
+
const surrogate1 = 55296 + (codePoint - 65536 >> 10);
|
|
95
|
+
const surrogate2 = 56320 + (codePoint - 65536 & 1023);
|
|
96
|
+
result += String.fromCharCode(surrogate1, surrogate2);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
return result;
|
|
100
|
+
};
|
|
101
|
+
const base64urlEncode = (input) => bytesToBase64Url(stringToBytes(input));
|
|
102
|
+
const base64urlDecode = (input) => bytesToString(base64UrlToBytes(input));
|
|
103
|
+
const uint8ArrayToBase64Url = bytesToBase64Url;
|
|
104
|
+
const base64UrlToUint8Array = base64UrlToBytes;
|
|
105
|
+
const base64 = {
|
|
106
|
+
encode: bytesToBase64,
|
|
107
|
+
decode: base64ToBytes
|
|
108
|
+
};
|
|
109
|
+
const base64url = {
|
|
110
|
+
encode: bytesToBase64Url,
|
|
111
|
+
decode: base64UrlToBytes
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
//#endregion
|
|
115
|
+
//#region src/decode-jwt.ts
|
|
116
|
+
const decodeJwt = (jwt) => {
|
|
117
|
+
const { 0: header, 1: payload, 2: signature, length } = jwt.split(".");
|
|
118
|
+
if (length !== 3) throw new Error("Invalid JWT as input");
|
|
119
|
+
return {
|
|
120
|
+
header: JSON.parse(base64urlDecode(header)),
|
|
121
|
+
payload: JSON.parse(base64urlDecode(payload)),
|
|
122
|
+
signature
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/types.ts
|
|
128
|
+
const IANA_HASH_ALGORITHMS = [
|
|
129
|
+
"sha-256",
|
|
130
|
+
"sha-256-128",
|
|
131
|
+
"sha-256-120",
|
|
132
|
+
"sha-256-96",
|
|
133
|
+
"sha-256-64",
|
|
134
|
+
"sha-256-32",
|
|
135
|
+
"sha-384",
|
|
136
|
+
"sha-512",
|
|
137
|
+
"sha3-224",
|
|
138
|
+
"sha3-256",
|
|
139
|
+
"sha3-384",
|
|
140
|
+
"sha3-512",
|
|
141
|
+
"blake2s-256",
|
|
142
|
+
"blake2b-256",
|
|
143
|
+
"blake2b-512",
|
|
144
|
+
"k12-256",
|
|
145
|
+
"k12-512"
|
|
146
|
+
];
|
|
147
|
+
|
|
148
|
+
//#endregion
|
|
149
|
+
export { IANA_HASH_ALGORITHMS, base64, base64UrlToUint8Array, base64url, base64urlDecode, base64urlEncode, decodeJwt, uint8ArrayToBase64Url };
|
|
150
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/base64url.ts","../src/decode-jwt.ts","../src/types.ts"],"sourcesContent":["const BASE64_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\n\nconst bytesToBase64 = (bytes: Uint8Array): string => {\n let result = ''\n let i: number\n\n for (i = 0; i < bytes.length - 2; i += 3) {\n const chunk = (bytes[i] << 16) | (bytes[i + 1] << 8) | bytes[i + 2]\n result += BASE64_CHARS[(chunk >> 18) & 63]\n result += BASE64_CHARS[(chunk >> 12) & 63]\n result += BASE64_CHARS[(chunk >> 6) & 63]\n result += BASE64_CHARS[chunk & 63]\n }\n\n // Handle padding\n if (i < bytes.length) {\n const chunk = (bytes[i] << 16) | (i + 1 < bytes.length ? bytes[i + 1] << 8 : 0)\n result += BASE64_CHARS[(chunk >> 18) & 63]\n result += BASE64_CHARS[(chunk >> 12) & 63]\n result += i + 1 < bytes.length ? BASE64_CHARS[(chunk >> 6) & 63] : '='\n result += '='\n }\n\n return result\n}\n\nconst base64ToBytes = (base64: string): Uint8Array => {\n // Validate input - only base64 characters and padding are allowed\n const validBase64Regex = /^[A-Za-z0-9+/]*={0,2}$/\n if (!validBase64Regex.test(base64)) {\n throw new Error('Invalid base64 string: contains invalid characters')\n }\n\n // Remove padding\n const cleanBase64 = base64.replace(/=/g, '')\n const length = cleanBase64.length\n const bytes = new Uint8Array((length * 3) >> 2)\n\n let byteIndex = 0\n for (let i = 0; i < length; i += 4) {\n const a = BASE64_CHARS.indexOf(cleanBase64[i])\n const b = BASE64_CHARS.indexOf(cleanBase64[i + 1])\n const c = i + 2 < length ? BASE64_CHARS.indexOf(cleanBase64[i + 2]) : 0\n const d = i + 3 < length ? BASE64_CHARS.indexOf(cleanBase64[i + 3]) : 0\n\n bytes[byteIndex++] = (a << 2) | (b >> 4)\n if (i + 2 < length) bytes[byteIndex++] = ((b & 15) << 4) | (c >> 2)\n if (i + 3 < length) bytes[byteIndex++] = ((c & 3) << 6) | d\n }\n\n return bytes\n}\n\nconst bytesToBase64Url = (bytes: Uint8Array): string => {\n return bytesToBase64(bytes).replace(/\\+/g, '-').replace(/\\//g, '_').replace(/=/g, '')\n}\n\nconst base64UrlToBytes = (base64url: string): Uint8Array => {\n // Validate input - only base64url characters (no padding) are allowed\n const validBase64UrlRegex = /^[A-Za-z0-9_-]*$/\n if (!validBase64UrlRegex.test(base64url)) {\n throw new Error('Invalid base64url string: contains invalid characters')\n }\n\n // Convert base64url to base64\n let base64 = base64url.replace(/-/g, '+').replace(/_/g, '/')\n // Add padding if needed\n while (base64.length % 4) {\n base64 += '='\n }\n return base64ToBytes(base64)\n}\n\nconst stringToBytes = (str: string): Uint8Array => {\n const bytes: number[] = []\n for (let i = 0; i < str.length; i++) {\n let codePoint = str.charCodeAt(i)\n\n // Handle surrogate pairs\n if (codePoint >= 0xd800 && codePoint <= 0xdbff && i + 1 < str.length) {\n const low = str.charCodeAt(i + 1)\n if (low >= 0xdc00 && low <= 0xdfff) {\n codePoint = 0x10000 + ((codePoint - 0xd800) << 10) + (low - 0xdc00)\n i++\n }\n }\n\n if (codePoint < 0x80) {\n // Single byte\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n // Two bytes\n bytes.push(0xc0 | (codePoint >> 6))\n bytes.push(0x80 | (codePoint & 0x3f))\n } else if (codePoint < 0x10000) {\n // Three bytes\n bytes.push(0xe0 | (codePoint >> 12))\n bytes.push(0x80 | ((codePoint >> 6) & 0x3f))\n bytes.push(0x80 | (codePoint & 0x3f))\n } else {\n // Four bytes\n bytes.push(0xf0 | (codePoint >> 18))\n bytes.push(0x80 | ((codePoint >> 12) & 0x3f))\n bytes.push(0x80 | ((codePoint >> 6) & 0x3f))\n bytes.push(0x80 | (codePoint & 0x3f))\n }\n }\n\n return new Uint8Array(bytes)\n}\n\nconst bytesToString = (bytes: Uint8Array): string => {\n let result = ''\n let i = 0\n\n while (i < bytes.length) {\n const byte1 = bytes[i++]\n\n if (byte1 < 0x80) {\n // Single byte character\n result += String.fromCharCode(byte1)\n } else if (byte1 < 0xe0) {\n // Two byte character\n const byte2 = bytes[i++]\n result += String.fromCharCode(((byte1 & 0x1f) << 6) | (byte2 & 0x3f))\n } else if (byte1 < 0xf0) {\n // Three byte character\n const byte2 = bytes[i++]\n const byte3 = bytes[i++]\n result += String.fromCharCode(((byte1 & 0x0f) << 12) | ((byte2 & 0x3f) << 6) | (byte3 & 0x3f))\n } else {\n // Four byte character - convert to surrogate pair\n const byte2 = bytes[i++]\n const byte3 = bytes[i++]\n const byte4 = bytes[i++]\n const codePoint = ((byte1 & 0x07) << 18) | ((byte2 & 0x3f) << 12) | ((byte3 & 0x3f) << 6) | (byte4 & 0x3f)\n const surrogate1 = 0xd800 + ((codePoint - 0x10000) >> 10)\n const surrogate2 = 0xdc00 + ((codePoint - 0x10000) & 0x3ff)\n result += String.fromCharCode(surrogate1, surrogate2)\n }\n }\n return result\n}\n\n// Public API - keeping backward compatible names\nexport const base64urlEncode = (input: string): string => bytesToBase64Url(stringToBytes(input))\n\nexport const base64urlDecode = (input: string): string => bytesToString(base64UrlToBytes(input))\n\nexport const uint8ArrayToBase64Url = bytesToBase64Url\n\nexport const base64UrlToUint8Array = base64UrlToBytes\n\n// Additional exports for flexibility\nexport const base64 = {\n encode: bytesToBase64,\n decode: base64ToBytes,\n}\n\nexport const base64url = {\n encode: bytesToBase64Url,\n decode: base64UrlToBytes,\n}\n","import { base64urlDecode } from './base64url'\n\nexport const decodeJwt = <H extends Record<string, unknown>, T extends Record<string, unknown>>(\n jwt: string\n): { header: H; payload: T; signature: string } => {\n const { 0: header, 1: payload, 2: signature, length } = jwt.split('.')\n if (length !== 3) {\n throw new Error('Invalid JWT as input')\n }\n\n return {\n header: JSON.parse(base64urlDecode(header)),\n payload: JSON.parse(base64urlDecode(payload)),\n signature: signature,\n }\n}\n","// This type declaration is from lib.dom.ts\nexport interface RsaOtherPrimesInfo {\n d?: string\n r?: string\n t?: string\n}\n\nexport interface JsonWebKey {\n alg?: string\n crv?: string\n d?: string\n dp?: string\n dq?: string\n e?: string\n ext?: boolean\n k?: string\n key_ops?: string[]\n kty?: string\n n?: string\n oth?: RsaOtherPrimesInfo[]\n p?: string\n q?: string\n qi?: string\n use?: string\n x?: string\n y?: string\n}\n\nexport interface JwtPayload {\n cnf?: {\n jwk: JsonWebKey\n }\n exp?: number\n [key: string]: unknown\n}\n\nexport type Base64urlString = string\n\nexport type OrPromise<T> = T | Promise<T>\n\nexport type Signer = (data: string) => OrPromise<string>\nexport type Verifier<T = unknown> = (data: string, sig: string, options?: T) => OrPromise<boolean>\nexport type Hasher = (data: string | ArrayBuffer, alg: string) => OrPromise<Uint8Array>\nexport type SaltGenerator = (length: number) => OrPromise<string>\nexport type HasherAndAlg = {\n hasher: Hasher\n alg: string\n}\n\n// Sync versions\nexport type SignerSync = (data: string) => string\nexport type VerifierSync = (data: string, sig: string) => boolean\nexport type HasherSync = (data: string, alg: string) => Uint8Array\nexport type SaltGeneratorSync = (length: number) => string\nexport type HasherAndAlgSync = {\n hasher: HasherSync\n alg: string\n}\n\n// based on https://www.iana.org/assignments/named-information/named-information.xhtml\nexport const IANA_HASH_ALGORITHMS = [\n 'sha-256',\n 'sha-256-128',\n 'sha-256-120',\n 'sha-256-96',\n 'sha-256-64',\n 'sha-256-32',\n 'sha-384',\n 'sha-512',\n 'sha3-224',\n 'sha3-256',\n 'sha3-384',\n 'sha3-512',\n 'blake2s-256',\n 'blake2b-256',\n 'blake2b-512',\n 'k12-256',\n 'k12-512',\n] as const\n\nexport type HashAlgorithm = (typeof IANA_HASH_ALGORITHMS)[number]\n"],"mappings":"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"}
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@owf/identity-common",
|
|
3
|
+
"version": "0.1.0-alpha-20260302093714",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist"
|
|
6
|
+
],
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": "./dist/index.mjs",
|
|
10
|
+
"./package.json": "./package.json"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/openwallet-foundation-labs/identity-common-ts/tree/main/packages/identity-common",
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/openwallet-foundation-labs/identity-common-ts",
|
|
16
|
+
"directory": "packages/identity-common"
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"build": "tsdown src/index.ts --format esm --dts --sourcemap"
|
|
20
|
+
},
|
|
21
|
+
"module": "./dist/index.mjs",
|
|
22
|
+
"types": "./dist/index.d.mts"
|
|
23
|
+
}
|