0.3.0 • Published 11 months ago

@kinde/jwt-validator v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

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 { validateToken, type jwtValidationResponse } from "@kinde/jwt-validator";

const validationResult: jwtValidationResponse = await validateToken({
  token: "eyJhbGc...",
  domain: "http://mybusiness.kinde.com"
});

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.

0.3.0

11 months ago

0.2.0

1 year ago

0.3.0-1

1 year ago

0.3.0-3

12 months ago

0.3.0-2

12 months ago

0.1.0

1 year ago

0.1.0-1

1 year ago

0.1.0-0

1 year ago