Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit c12d502

Browse files
authored
docs: add sunset notice to README (#232)
1 parent 9a05774 commit c12d502

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
![NPM Version](https://img.shields.io/npm/v/%40passageidentity%2Fpassage-node?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40passageidentity%2Fpassage-node) ![NPM Type Definitions](https://img.shields.io/npm/types/%40passageidentity%2Fpassage-node) ![GitHub License](https://img.shields.io/github/license/passageidentity/passage-node)
44
![Static Badge](https://img.shields.io/badge/Built_by_1Password-grey?logo=1password)
55

6+
# ⚠️ DEPRECATED
7+
**This repository is deprecated and no longer maintained as of January 16, 2026.**
8+
69
## About
710

811
[Passage by 1Password](https://1password.com/product/passage) unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the [WebAuthn API](https://blog.1password.com/what-is-webauthn/), and allows you to implement passkeys with ease.

release-please-config.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"packages": {
33
".": {
4-
"changelog-path": "CHANGELOG.md",
5-
"release-type": "node",
6-
"bump-minor-pre-major": false,
7-
"bump-patch-for-minor-pre-major": false,
8-
"draft": false,
9-
"prerelease": false,
10-
"include-component-in-tag": false
4+
"changelog-path": "CHANGELOG.md",
5+
"release-type": "node",
6+
"bump-minor-pre-major": false,
7+
"bump-patch-for-minor-pre-major": false,
8+
"draft": false,
9+
"prerelease": false,
10+
"include-component-in-tag": false,
11+
"changelog-sections": [{ "type": "docs", "section": "Documentation", "hidden": false }]
1112
}
1213
},
1314
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)