Skip to content

Commit 7e694ca

Browse files
committed
Remove mention of single refresh tokens
1 parent cde330d commit 7e694ca

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

blog-posts/en/Introducing-aspnetzero-v14-2.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
**Title:** Introducing ASP.NET Zero v14.2
2-
**Description:** ASP.NET Zero v14.2 is here, focusing on security enhancements like single refresh tokens, significant package upgrades including ABP 10.2 and Stripe v48.1, and numerous UI/UX improvements for a more robust and streamlined development workflow.
2+
**Description:** ASP.NET Zero v14.2 is here, focusing on significant package upgrades including ABP 10.2 and Stripe v48.1, and numerous UI/UX improvements for a more robust and streamlined development workflow.
33

44
# Introducing ASP.NET Zero v14.2
55

6-
We are pleased to announce the release of ASP.NET Zero v14.2. This version includes many improvements, major package upgrades, and bug fixes to make your development process more secure, efficient, and reliable. This update brings important security improvements by enforcing the use of single refresh tokens, fully upgraded dependencies, enhanced file validation, and many UI/UX improvements.
6+
We are pleased to announce the release of ASP.NET Zero v14.2. This version includes many improvements, major package upgrades, and bug fixes to make your development process more secure, efficient, and reliable. This update brings important security improvements, fully upgraded dependencies, enhanced file validation, and many UI/UX improvements.
77

8-
This update brings many important improvements, such as enforcing the use of single refresh tokens, fully upgraded front-end to Angular v20, the latest ABP 10.2 framework, and enhancements to simplify workflows.
8+
This update brings many important improvements, such as a fully upgraded front-end to Angular v20, the latest ABP 10.2 framework, and enhancements to simplify workflows.
99

1010
Explore the main highlights of the v14.2 version.
1111

12-
## 🔒 Enhanced Security with Single Refresh Token
13-
14-
To make the application more secure against modern threats, we redesigned the authentication controller and now enforces a valid refresh token per user. This important update ensures that each user can only use one valid refresh token at a time. All previous tokens will automatically expire after re-login. This measure significantly reduces the risk of tokens being abused by infected devices and improves the overall security of ASP.NET Core applications. In addition, this approach makes session management more efficient and prevents stale tokens from accumulating in the cache.
15-
1612
## 🚀 Upgrade Angular v20
1713

1814
We modernized our entire frontend stack by upgrading to Angular v20, providing new features that improve performance, responsiveness, and the overall developer experience. We integrated the latest patterns and APIs, including:

0 commit comments

Comments
 (0)