From d4dbdc09d0e819b9ca6f5388d9141120c41fc45c Mon Sep 17 00:00:00 2001 From: Stavros Date: Fri, 10 Apr 2026 18:03:06 +0300 Subject: [PATCH] chore: add org notice to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61c2c94..ad607f4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Tinyauth is the simplest and tiniest authentication and authorization server you > [!NOTE] > This is the main development branch. For the latest stable release, see the [documentation](https://tinyauth.app) or the latest stable tag. +> [!NOTE] +> Tinyauth is in the process of migrating to the new [tinyauthapp](https://github.com/tinyauthapp) organization. The organization **is official** and it will host all of the Tinyauth related repositories in the future. + ## Getting Started You can get started with Tinyauth by following the guide in the [documentation](https://tinyauth.app/docs/getting-started). There is also an available [docker-compose](./docker-compose.example.yml) file that has Traefik, Whoami and Tinyauth to demonstrate its capabilities (keep in mind that this file lives in the development branch so it may have updates that are not yet released).