Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: KeyStore.toJWKS() doesn't exist in TS typings #25

Closed
thomasvargiu opened this issue May 12, 2019 · 2 comments
Closed

bug: KeyStore.toJWKS() doesn't exist in TS typings #25

thomasvargiu opened this issue May 12, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@thomasvargiu
Copy link

KeyStore.toJWKS() method doesn't exist in TS typings.

Example code:

import { JWKS } from '@panva/jose';
const { KeyStore } = JWKS;
const keystore = new KeyStore();

keystore.toJWKS(true);

Environment:

  • @panva/jose version: v1.0.1
  • node version: v12.0.0
@thomasvargiu thomasvargiu added the bug Something isn't working label May 12, 2019
@panva
Copy link
Owner

panva commented May 12, 2019

@thomasvargiu good catch, can you open a PR?

@panva panva closed this as completed in c7a8606 May 13, 2019
@thomasvargiu
Copy link
Author

@panva you're faster than me! :)

@github-actions github-actions bot locked and limited conversation to collaborators Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants