# neo4j-client-sso

> Single sign-on client (frontend) library for Neo4j products

Latest version **1.2.3** (published 2023-11-06) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install neo4j-client-sso
pnpm add neo4j-client-sso
yarn add neo4j-client-sso
bun add neo4j-client-sso
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.2.3 |
| Published | 2023-11-06 |
| First published | 2021-09-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 176.1 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Neo4j Engineering |
| Maintainers | neo4j-organization |
| Keywords | Neo4j, SSO |

## Links

- npm: https://www.npmjs.com/package/neo4j-client-sso
- Repository: https://github.com/neo4j-devtools/neo4j-client-sso
- Homepage: https://github.com/neo4j-devtools/neo4j-client-sso#readme
- Issues: https://github.com/neo4j-devtools/neo4j-client-sso/issues
- npm.io page: https://npm.io/package/neo4j-client-sso

## Dependencies (3)

- [file-saver](https://npm.io/package/file-saver.md) ^2.0.5
- [jwt-decode](https://npm.io/package/jwt-decode.md) ^3.1.2
- [lodash.pick](https://npm.io/package/lodash.pick.md) ^4.4.0

## Recent versions

- 1.2.3 (latest) — 2023-11-06
- 1.2.2 — 2022-01-21
- 1.2.1 — 2022-01-14
- 1.2.0 — 2021-12-02
- 1.1.0 — 2021-10-29
- 1.0.2 — 2021-09-28
- 1.0.1 — 2021-09-24
- 1.0.0 — 2021-09-23
- 0.9.3-alpha.2 — 2021-09-23
- 0.9.3-alpha.0 — 2021-09-23

## README

# neo4j-client-sso

Single sign-on client (frontend) library for Neo4j products.

> IMPORTANT!
> This library requires the [window](https://developer.mozilla.org/en-US/docs/Web/API/Window) interface/object!

## Install

Run `yarn add neo4j-client-sso`

## Documentation

You can generate the documentation locally by running `yarn docs` and find the documentation under `/docs`.

## Development setup

1.  Clone this repo
2.  Install yarn globally (not required but recommended): `brew install yarn` or `npm install -g yarn`
3.  Install project dependencies: `yarn install`

## Enable debugging

Add the following entry in your web browser's [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to enable the debugging mode even with a production build (so when NODE_ENV is equal to 'production'):
| Key | Value |
| ------ | ------ |
| OIDC/OAuth#EnableAuthDebugging | true |

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