mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Add a readme
This commit is contained in:
parent
f58fda0a73
commit
8d8bfe59f0
1 changed files with 43 additions and 0 deletions
43
README.md
Normal file
43
README.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Duende Products
|
||||
|
||||
[](https://duendesoftware.com/license)
|
||||
[](https://github.com/orgs/DuendeSoftware/discussions)
|
||||
|
||||
This repository contains the core products developed by Duende Software.
|
||||
|
||||
### Duende IdentityServer
|
||||
[](https://www.nuget.org/packages/Duende.IdentityServer)
|
||||
[](https://github.com/DuendeSoftware/products/actions/workflows/identity-server-ci.yml)
|
||||
|
||||
Duende IdentityServer is a modern, standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core, designed to provide secure authentication and API access control for modern applications. It supports a wide range of authentication flows, token types, and extension points for customization.
|
||||
|
||||
- [Documentation](https://docs.duendesoftware.com/identityserver/v7)
|
||||
- [Source Code](./identity-server)
|
||||
|
||||
### Duende BFF (Backend for Frontend)
|
||||
|
||||
[](https://www.nuget.org/packages/Duende.BFF)
|
||||
[](https://github.com/DuendeSoftware/products/actions/workflows/bff-ci.yml)
|
||||
|
||||
The Backend for Frontend (BFF) pattern is a security architecture for browser-based JavaScript applications. It keeps access and refresh tokens on the server and eliminates the need for CORS, providing improved security for your web applications.
|
||||
|
||||
- [Documentation](https://docs.duendesoftware.com/identityserver/v7/bff/)
|
||||
- [Source Code](./bff)
|
||||
|
||||
### AspNet Core JWT Bearer Authentication Extensions
|
||||
|
||||
[](https://www.nuget.org/packages/Duende.AspNetCore.Authentication.JwtBearer)
|
||||
[](https://github.com/DuendeSoftware/products/actions/workflows/aspnetcore-authentication-jwtbearer-ci.yml)
|
||||
|
||||
Extends the ASP.NET Core JWT Bearer authentication handler with support for OAuth 2.0 Demonstrating Proof-of-Possession (DPoP), enhancing security for bearer tokens by proving possession of a private key.
|
||||
|
||||
- [Documentation](https://docs.duendesoftware.com/identityserver/v7/apis/aspnetcore/dpop/)
|
||||
- [Source Code](./aspnetcore-authentication-jwtbearer)
|
||||
|
||||
## License
|
||||
|
||||
By accessing the Duende Products code here, you are agreeing to the [licensing terms](https://duendesoftware.com/license).
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see our [contributing guidelines](/.github/CONTRIBUTING.md).
|
||||
Loading…
Reference in a new issue