We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f816c7 commit 73bc7e5Copy full SHA for 73bc7e5
1 file changed
README.md
@@ -6,7 +6,23 @@ The module can be used to convert keys into buffers or other formats to
6
enable the direct use of JWK formatted keys with other node modules like
7
[njwt](https://www.npmjs.com/package/njwt) and others.
8
9
+## Usage
10
+
11
+_will come_
12
13
+## Documentation
14
15
16
17
+## Supported key types
18
19
+RSA, EC, oct
20
21
+All keys but binary (oct) keys can be converted into PEM format for their
22
+public and private keys.
23
24
## References
25
26
[RFC-7517 JSON Web Key](https://tools.ietf.org/html/rfc7517)
27
28
[RFC-7518 JSON Web Algorithms](https://tools.ietf.org/html/rfc7518)
0 commit comments