The base package of the Identity Common TypeScript project, providing common types and utilities for identity applications.
# Using npm
npm install @owf/identity-common
# Using pnpm
pnpm add @owf/identity-common
# Using yarn
yarn add @owf/identity-commonimport { } from '@owf/identity-common'This library is platform agnostic and works in:
- ✅ Node.js (>=20)
- ✅ Browsers (modern browsers with ES2020 support)
- ✅ React Native
Your environment must provide:
URLandURLSearchParamsimplementations- A global
fetchimplementation (or provide it via callbacks)
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)
See the Contributing Guide for details on how to contribute to this project.
This project is licensed under the Apache License Version 2.0 (Apache-2.0).