Skip to content

Commit 73449ff

Browse files
committed
Add a summary
1 parent e3232f4 commit 73449ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ uid: security/authentication/configure-jwt-bearer-authentication
1212

1313
By [Damien Bowden](https://github.com/damienbod)
1414

15+
JWT (JSON Web Token) Bearer Authentication is commonly utilized for APIs. While it operates similarly to cookie authentication, instead of a cookie, the server issues a JWT or tokens upon a successful authentication. A JWT is a self-contained token that encapsulates information for an API resource or a client. The client which requested the JWT can request data from an API resource using the Authorization header and a bearer token.
16+
1517
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authentication/configure-jwt-bearer-authentication/sample/JwtBearer)
1618

1719
This article covers the following areas:

0 commit comments

Comments
 (0)