Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

@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.

Related Packages

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).