From f93cfa7d30feb6315d5e3bfaa2e6c90e77a9c95e Mon Sep 17 00:00:00 2001 From: Alex Barcelo Date: Mon, 29 Jan 2024 14:25:01 +0100 Subject: [PATCH 1/2] Migration note on README.md I created fastapi-keycloak organization where I forked this project. My main idea is to archive the current one and perform a seamless takeover from the new place. This updates the README.md to signal this and show the link to the new organization and repository. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8024d82..ff9f3bb 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ --- -## Notice - 📢 LOOKING FOR MAINTAINERS 📢 +## Notice - 📢 ARCHIVED - NEW REPOSITORY 📢 -We created this as an open-source project in order to share our code with other people. Unfortunately we decided to abandon Keycloak in our project due to its unreliability in API compatibility and the general maintenance overhead. Therefore, we are no longer able to frequently update this library. We are searching for someone or a group of people to maintain this repository actively, as we do not have the capacity but think that keycloak still is a highly relevant IDP solution. If you or your team want to take over the responsibility, please mail us at [admin@code-specialist.com](mailto:admin@code-specialist.com) +We created this as an open-source project in order to share our code with other people. Unfortunately we decided to abandon Keycloak in our project due to its unreliability in API compatibility and the general maintenance overhead. Therefore, we are no longer able to frequently update this library. + +The new home for this project is [fastapi-keycloak/fastapi-keycloak](https://github.com/fastapi-keycloak/fastapi-keycloak) with same codebase but new maintainers but same codebase. ## Introduction From 68398d4b3f8125d8d3b43a482a77aea07ea644fa Mon Sep 17 00:00:00 2001 From: Alex Barcelo Date: Mon, 29 Jan 2024 15:01:14 +0100 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Too much codebase sameness Co-authored-by: Yannic Schröer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9f3bb..e0b9b93 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ We created this as an open-source project in order to share our code with other people. Unfortunately we decided to abandon Keycloak in our project due to its unreliability in API compatibility and the general maintenance overhead. Therefore, we are no longer able to frequently update this library. -The new home for this project is [fastapi-keycloak/fastapi-keycloak](https://github.com/fastapi-keycloak/fastapi-keycloak) with same codebase but new maintainers but same codebase. +The new home for this project is [fastapi-keycloak/fastapi-keycloak](https://github.com/fastapi-keycloak/fastapi-keycloak) with same codebase but new maintainers. ## Introduction