From d9000882e7616d132be671802011927f074008fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojanowski?= Date: Fri, 17 Jul 2026 15:35:38 +0200 Subject: [PATCH] Add quality and availability badges to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bda000..15bd562 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # token-handler-js-assistant + +[![Quality](https://img.shields.io/badge/quality-production-green)](https://curity.io/resources/code-examples/status/) +[![Availability](https://img.shields.io/badge/availability-binary-blue)](https://curity.io/resources/code-examples/status/) + A helper library to help SPAs interact with the OAuth Agent in the Token Handler pattern. ## Add to project @@ -103,4 +107,4 @@ on every load of the SPA. This function makes a decision based the query string - to ensure that only precise whitelisted origins can send cookies to APIs, a `token-handler-version: 1` header is sent by this library on every request to the OAuth Agent. In cross-origin deployments this ensures that a CORS pre-flight request authorizes access. SPA developers may be required to send this header to token handler proxies as well (refer - to the token handler proxy documentation for details). \ No newline at end of file + to the token handler proxy documentation for details).