jose/docs
2022-03-06 14:47:08 +01:00
..
classes chore(release): 4.6.0 2022-03-06 14:47:08 +01:00
functions docs: use rfc-editor instead of datatracker for linking RFCs 2022-02-15 16:47:12 +01:00
interfaces chore(release): 4.6.0 2022-03-06 14:47:08 +01:00
modules chore(release): 4.5.0 2022-02-07 13:59:10 +01:00
types docs: apply the changes from ^1 2021-11-10 15:20:12 +01:00
README.md feat: add jose.decodeJwt utility 2022-02-07 13:49:35 +01:00

jose Modules API Documentation

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto.

Support

If you or your business use jose, please consider becoming a sponsor so I can continue maintaining it and adding new features carefree.

Available modules

example ESM import

import * as jose from 'jose'

example CJS require

const jose = require('jose')

example Deno import

import * as jose from 'https://deno.land/x/jose/index.ts'