Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Updates from review
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Aug 12, 2024
1 parent 956f5ef commit d4bb404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
[.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).
- [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.
Expand Down
3 changes: 2 additions & 1 deletion src/Duende.AccessTokenManagement/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +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).
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).
It will acquire new tokens when old tokens are about to expire and provides conveniences to
automatically use the current token with HTTP clients.

Expand Down

0 comments on commit d4bb404

Please sign in to comment.