|
1 |
| -# Duende.AccessTokenManagement |
2 |
| -Automatic access token management for machine to machine and user-centric OAuth and OIDC flows |
| 1 | +## About Duende.AccessTokenManagement |
| 2 | +This is the repository for a set of .NET libraries that manage OAuth and OpenId |
| 3 | +Connect access tokens. These tools automatically acquire new tokens when old |
| 4 | +tokens are about to expire, provide conveniences for using the current token |
| 5 | +with HTTP clients, and can revoke tokens that are no longer needed. |
3 | 6 |
|
4 |
| -[Documentation](https://github.com/DuendeSoftware/Duende.AccessTokenManagement/wiki) |
| 7 | +## Packages |
| 8 | +The libraries in this repository are distributed as NuGet packages. |
| 9 | + |
| 10 | +- [Duende.AccessTokenManagement](https://www.nuget.org/packages/Duende.AccessTokenManagement) manages tokens acquired in machine-to-machine flows in |
| 11 | +[.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). |
| 12 | +- [Duende.AccessTokenManagement.OpenIdConnect](https://www.nuget.org/packages/Duende.AccessTokenManagement.OpenIdConnect) |
| 13 | +manages tokens acquired in user-centric flows in [ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet) |
| 14 | +applications. |
| 15 | + |
| 16 | +## Documentation |
| 17 | +Documentation is available [here](https://github.com/DuendeSoftware/Duende.AccessTokenManagement/wiki). |
| 18 | + |
| 19 | +## License and Feedback |
| 20 | +Duende.AccessTokenManagement is released as open source under the |
| 21 | +[Apache 2.0 license](https://github.com/DuendeSoftware/Duende.AccessTokenManagement/blob/main/LICENSE). |
| 22 | +[Bug reports, feature requests](https://github.com/DuendeSoftware/Duende.AccessTokenManagement/issues) and |
| 23 | +[contributions](https://github.com/DuendeSoftware/Duende.AccessTokenManagement/pulls) are welcome. |
| 24 | +If you have an idea for a new feature or significant code change you'd like to propose, please start with a |
| 25 | +GitHub issue so that we can discuss it. Thanks in advance! |
0 commit comments