diff --git a/README.md b/README.md index 6496e2d..61afeab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ with HTTP clients, and can revoke tokens that are no longer needed. The libraries in this repository are distributed as NuGet packages. - [Duende.AccessTokenManagement](https://www.nuget.org/packages/Duende.AccessTokenManagement) manages tokens acquired in machine-to-machine flows in -[.NET workers](https://learn.microsoft.com/en-us/dotnet/core/extensions/workers) and [ASP.NET worker services](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services). +[.NET workers](https://learn.microsoft.com/en-us/dotnet/core/extensions/workers) and [ASP.NET Core worker services](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services). - [Duende.AccessTokenManagement.OpenIdConnect](https://www.nuget.org/packages/Duende.AccessTokenManagement.OpenIdConnect) manages tokens acquired in user-centric flows in [ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet) applications. diff --git a/src/Duende.AccessTokenManagement/README.md b/src/Duende.AccessTokenManagement/README.md index b8927c1..3b8b0e3 100644 --- a/src/Duende.AccessTokenManagement/README.md +++ b/src/Duende.AccessTokenManagement/README.md @@ -1,7 +1,7 @@ ## About Duende.AccessTokenManagement Duende.AccessTokenManagement is a .NET library that manages OAuth access tokens in [.NET workers](https://learn.microsoft.com/en-us/dotnet/core/extensions/workers) -and [ASP.NET worker services](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services). +and [ASP.NET Core worker services](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services). It will acquire new tokens when old tokens are about to expire and provides conveniences to automatically use the current token with HTTP clients.