From 1386bf3697bb03450779d4f50d59d214005cbd13 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 22 Oct 2023 12:24:09 +0200 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b91ee1..4771dcd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ With a streamlined API, you can easily integrate OIDC without needing to underst ### [oidc-client-ts](https://github.com/authts/oidc-client-ts) -While `oidc-client-ts` serves as a comprehensive toolkit, our library aims to provide a simplified, ready-to-use adapter. We utilize `oidc-client-ts` internally but abstract away most of its intricacies. +While `oidc-client-ts` serves as a comprehensive toolkit, our library aims to provide a simplified, ready-to-use adapter that will pass +any security audit. We utilize `oidc-client-ts` internally but abstract away most of its intricacies. ### [react-oidc-context](https://github.com/authts/react-oidc-context)