From cc25444ce3e5df2be8d44760c9fb50e9418c57c9 Mon Sep 17 00:00:00 2001 From: Javier Quevedo Date: Fri, 5 Jun 2026 09:44:46 +0200 Subject: [PATCH] docs: add archival notice to README Adds the archival notice to the top of the README as part of Phase 1 of the node-samlp archival plan (announce on 5 June 2026). --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 91a1b79..2e77050 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ SAML Protocol middleware to create SAMLP identity providers for node.js. + +# ⚠️ This repository is being archived + +**`node-samlp` is no longer actively maintained and will be archived (made read-only) on 1 July 2026.** + + For details and to ask questions, see the [pinned announcement issue](https://github.com/auth0/node-samlp/issues/161). + +### Key dates + +| Date | What happens | +| --- | --- | +| **5 June 2026** | Archival announement | +| **1 July 2026** | Repository archived; Issues and PRs disabled. | +| **1 January 2027** | `samlp` [npm package](https://www.npmjs.com/package/samlp) marked as deprecated. | + ![Build Status](https://github.com/auth0/node-samlp/workflows/Tests/badge.svg) ## Installation