Replies: 2 comments 2 replies
-
utils yes, that's public api, runtime is not part of the public api |
Beta Was this translation helpful? Give feedback.
1 reply
-
import * as base64url from 'jose/util/base64url'; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can I use the internal tools and runtime as a library (in browser), specifically base64url encode/decode and SHA-256 Digest. I figured I'm already using jose and there is no need to either come up with my own implementation or add an extra dependency.
Beta Was this translation helpful? Give feedback.
All reactions