# othent

> Merging Web2 to Web3 user logins with a familiar and simple interface

Latest version **1.0.646** (published 2023-10-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install othent
pnpm add othent
yarn add othent
bun add othent
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.646 |
| Published | 2023-10-04 |
| First published | 2023-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 97 KB |
| Known vulnerabilities | 0 (+7 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Lorimer Jenkins, Othent.io |
| Maintainers | 7i7o, lorimer |

## Links

- npm: https://www.npmjs.com/package/othent
- Repository: https://github.com/Othent/package
- Homepage: https://othent.io
- Issues: https://github.com/Othent/package/issues
- npm.io page: https://npm.io/package/othent

## Dependencies (8)

- [axios](https://npm.io/package/axios.md) ^1.3.4
- [debug](https://npm.io/package/debug.md) ^4.3.4
- [crypto-js](https://npm.io/package/crypto-js.md) ^4.1.1
- [jsrsasign](https://npm.io/package/jsrsasign.md) ^10.8.6
- [jwk-to-pem](https://npm.io/package/jwk-to-pem.md) ^2.0.5
- [jwt-decode](https://npm.io/package/jwt-decode.md) ^3.1.2
- [supports-color](https://npm.io/package/supports-color.md) ^8.1.1
- [@auth0/auth0-spa-js](https://npm.io/package/@auth0/auth0-spa-js.md) ^2.0.4

## Recent versions

- 1.0.646 (latest) — 2023-10-04
- 1.0.645 — 2023-09-18
- 1.0.644 — 2023-09-11
- 1.0.643 — 2023-08-27
- 1.0.642 — 2023-08-27
- 1.0.641 — 2023-08-11
- 1.0.64 — 2023-08-11
- 1.0.639 — 2023-08-07
- 1.0.638 — 2023-08-01
- 1.0.637 — 2023-07-21
- 1.0.636 — 2023-07-20
- 1.0.635 — 2023-07-11
- 1.0.634 — 2023-06-27
- 1.0.633 — 2023-06-23
- 1.0.632 — 2023-06-20
- … 59 more at https://npm.io/package/othent/versions

## README

# Othent.io Library
The Othent Library is a collection of functions that enable interaction with the Othent walletless protocol. These functions are designed to make it seamless for developers to integrate Othent into their applications.

## Installation
To use the library in your project, you can install it using npm:
```bash
npm i othent
```

## Usage
To use the library, you can import it into your project:
```javascript

import { Othent } from 'othent';

const othent = Othent({ API_ID });

```

## Documentation
For more information on how to use the Othent Library, please see the official Othent documentation at https://docs.othent.io/developers/sdk.

## Contact
If you have any questions or issues with the Othent Library, please contact us at hello@othent.io or open an issue in the GitHub repository.

## License
The Othent Library is licensed under the MIT License. Please see the LICENSE file for more information.

---
_Source: https://npm.io/package/othent · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
