mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
docs: fix typo JWK.KeyStore -> JWKS.KeyStore (#46)
This commit is contained in:
parent
809e3cb682
commit
88400695f0
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ const jwk = { kty: 'EC',
|
|||
y: 'QTwy27XgP7ZMOdGOSopAHB-FU1JMQn3J9GEWGtUXreQ' }
|
||||
const anotherKey = jose.JWK.asKey(jwk)
|
||||
|
||||
const keystore = new jose.JWK.KeyStore(key, key2)
|
||||
const keystore = new jose.JWKS.KeyStore(key, key2)
|
||||
```
|
||||
|
||||
### JWT vs JWS
|
||||
|
|
|
|||
Loading…
Reference in a new issue