@kinde/jwt-validator
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Kinde JWT validator

Description

Simple library to validate JWT tokens

Installation

# npm
npm install @kinde/jwt-validator
# yarn
yarn add @kinde/jwt-validator
# pnpm
pnpm install @kinde/jwt-validator

Usage

import { jwtValidator } from "@kinde/jwt-validator";

const isValid: Boolean = jwtValidator("eyJhbGc...");

Kinde documentation

Kinde Documentation - Explore the Kinde docs

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

License

By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @kinde/jwt-validator

Weekly Downloads

132

Version

0.1.0

License

none

Unpacked Size

48.8 kB

Total Files

6

Last publish

Collaborators

  • kinde_engineering