jose/docs
2021-11-10 15:20:12 +01:00
..
classes docs: apply the changes from ^1 2021-11-10 15:20:12 +01:00
functions docs: apply the changes from ^1 2021-11-10 15:20:12 +01:00
interfaces chore(release): 4.2.0 2021-11-08 22:35:16 +01:00
modules chore(release): 4.2.0 2021-11-08 22:35:16 +01:00
types docs: apply the changes from ^1 2021-11-10 15:20:12 +01:00
README.md docs: update readmes and examples 2021-11-10 15:19:37 +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'