Duende BFF Security Framework v3.0.0

Released: Mar 17, 2025

v3.0.0 での更新項目

機能

  • .NET 9 Support.
  • Blazor Support:
    • Provides comprehensive support for authentication in Blazor applications. The BFF pattern centralizes authentication logic on the server side, creating a secure environment for managing user identities and sessions.
    • As with other browser based applications, the actual authentication logic is handled on the server by the Duende BFF Security Framework. On the client, the BFF makes sure that the authentication state is in sync with the session on the server.
    • Updated version of Duende.AccessTokenManagement to 3.2.0
  • Improvements for token management.