@atproto/jwk-jose
Advanced tools
Comparing version 0.1.1 to 0.1.2-rc.0
# @atproto/jwk-jose | ||
## 0.1.2-rc.0 | ||
### Patch Changes | ||
- Misc fixes for confidential client usage | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
@@ -92,4 +92,2 @@ "use strict"; | ||
// KeyLike | ||
if (!kid) | ||
throw new jwk_2.JwkError('Missing "kid" for KeyLike key'); | ||
return this.fromKeyLike(input, kid); | ||
@@ -96,0 +94,0 @@ } |
{ | ||
"name": "@atproto/jwk-jose", | ||
"version": "0.1.1", | ||
"version": "0.1.2-rc.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "`jose` based implementation of @atproto/jwk Key's", |
@@ -149,3 +149,2 @@ import { JwtVerifyError } from '@atproto/jwk' | ||
// KeyLike | ||
if (!kid) throw new JwkError('Missing "kid" for KeyLike key') | ||
return this.fromKeyLike(input, kid) | ||
@@ -152,0 +151,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21364
367