Skip to content

Commit 95262c1

Browse files
committed
typo
1 parent 5190fb5 commit 95262c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ This is easy to implement but the client application has full application access
278278

279279
## Handling access tokens
280280

281-
When using access tokens in a client application, the access tokens need to be rotated, persisted and stored somewhere on the server. In a web application, cookies are used to secure the session. The cookies should not contain the access tokens as the size of the cookie would become too larger.
281+
When using access tokens in a client application, the access tokens need to be rotated, persisted and stored somewhere on the server. In a web application, cookies are used to secure the session. The cookies should not contain the access tokens as the size of the cookie would become too large.
282282

283283
Duende.AccessTokenManagement.OpenIdConnect is a great Nuget package for handling and managing access tokens in the client application.
284284

0 commit comments

Comments
 (0)