Skip to content

Commit dcf6ba8

Browse files
committed
Add doc
1 parent ba793b5 commit dcf6ba8

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
@@ -275,6 +275,8 @@ Some secure token servers encrypt the access tokens. Access tokens do not requir
275275

276276
## YARP
277277

278+
YARP (Yet Another Reverse Proxy) is a great tool for handling http requests and forwarding the requests to other APIs. YARP can implement security logic for acquiring new access credentials. YARP is used a lot in the backend for frontend (BFF) security architecture.
279+
278280
## Testing APIs
279281

280282
Testing secure APIs can be implemented in different ways. Integration tests and containers with access tokens can be used to test the APIs. You can also create the access tokens using the dotnet user-jwts tool.

0 commit comments

Comments
 (0)