From d76b08669e4f14feb51879e08ed12aff626fa333 Mon Sep 17 00:00:00 2001 From: Riyaz Choudry Date: Wed, 17 Sep 2025 22:09:41 +0800 Subject: [PATCH] Fixed minor typo in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d266875..f252b472 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ public class UserAuthentication { .build()); return requestState.isSignedIn(); } +} ``` If the request is correctly authenticated, the token's claims are made available in `requestState.claims()`. Otherwise the reason for the token verification failure is given by `requestState.reason()`.