Skip to content

ECDSA JWT Verifier. A simple little verifier, that's all.

Notifications You must be signed in to change notification settings

railtown/ecdsa-jwt-verifier

Repository files navigation

ECDSA JWT Verifier

The only purpose that this library serves is that it verifies ECDSA JWT. That's it. That's all there is to it.

The reason why this library even exists is that we need to convert the signature from base64 to Uint8Array. JavaScript's atob is not good enough. Arbitrary binary data that are encoded in base64 translates very poorly into JavaScript's UTF-8-encoded strings.

Therefore, we're using a library called rfc4648, which will do the appropriate translation from base64 to Uint8Array.

About

ECDSA JWT Verifier. A simple little verifier, that's all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published