npm.io
0.3.2 • Published 1 week ago

@owf/identity-common

Licence
Apache-2.0
Version
0.3.2
Deps
0
Size
68 kB
Vulns
0
Weekly
0
Stars
6

@owf/identity-common

npm version License

The base package of the Identity Common TypeScript project, providing common types and utilities for identity applications.

Installation

# Using npm
npm install @owf/identity-common

# Using pnpm
pnpm add @owf/identity-common

# Using yarn
yarn add @owf/identity-common

Usage

import { } from '@owf/identity-common'

Platform Support

This library is platform agnostic and works in:

  • Node.js (>=20)
  • Browsers (modern browsers with ES2020 support)
  • React Native
Requirements

Your environment must provide:

  • URL and URLSearchParams implementations
  • A global fetch implementation (or provide it via callbacks)

API Reference

Documentation will be added as the API is developed.

This package is part of the Identity Common TypeScript project:

  • @owf/jose - JOSE/JWT implementation (planned)
  • @owf/cose - COSE/CWT implementation (planned)
  • @owf/x509 - X.509 certificate utilities (planned)

Contributing

See the Contributing Guide for details on how to contribute to this project.

License

This project is licensed under the Apache License Version 2.0 (Apache-2.0).