Skip to content

Commit 73bc7e5

Browse files
author
Frank Schmid
committed
Update readme
1 parent 9f816c7 commit 73bc7e5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ The module can be used to convert keys into buffers or other formats to
66
enable the direct use of JWK formatted keys with other node modules like
77
[njwt](https://www.npmjs.com/package/njwt) and others.
88

9+
## Usage
10+
11+
_will come_
12+
13+
## Documentation
14+
15+
_will come_
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+
924
## References
1025

1126
[RFC-7517 JSON Web Key](https://tools.ietf.org/html/rfc7517)
27+
1228
[RFC-7518 JSON Web Algorithms](https://tools.ietf.org/html/rfc7518)

0 commit comments

Comments
 (0)