From bb867ea5f42b5beb4613e314bbb1d171d4f6687c Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 29 Jun 2026 01:35:06 +0300 Subject: [PATCH] docs: update readme with openid certification badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aff6428..76927781 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Tinyauth

Tinyauth

-

The tiniest authentication and authorization server you have ever seen.

+

The tiniest OpenID Certified™ authorization and authentication server you have ever seen.

@@ -28,6 +28,10 @@ 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. +As of 2026-06-25, Tinyauth v5.1.0 is OpenID Certified™ for Basic OP. You can find the certification details [here](https://openid.net/certification-old/certified-openid-providers-profiles/), test suite available [here](https://www.certification.openid.net/plan-detail.html?public=true&plan=H0qhpsOcQkxUE). + +OpenID Certified + ## 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).