From 0a59144657040b3bd405b2e29c5836750ed1be03 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 12 Dec 2024 09:44:32 -0500 Subject: [PATCH] chore(README): use warning alert syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5492784..05bb0cf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc. -> [!WARN] +> [!WARNING] > This strategy expects the identity provider to strictly follow the OAuth2 specification. If the provider does not follow the specification and diverges from it, this strategy may not work as expected. ## Supported runtimes