auth-backend: correct changelog

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-17 20:29:55 +01:00
parent 652f2a4035
commit 9506f2af73
2 changed files with 10 additions and 13 deletions
-13
View File
@@ -1,13 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Removed the `auth.experimentalDynamicClientRegistration.tokenExpiration` config option. DCR tokens now use the default 1 hour expiration.
If you need longer-lived access, use refresh tokens via the `offline_access` scope instead. DCR clients should already have the `offline_access` scope available. Enable refresh tokens by setting:
```yaml
auth:
experimentalRefreshToken:
enabled: true
```
+10
View File
@@ -39,6 +39,16 @@
### Patch Changes
- 7dc3dfe: Removed the `auth.experimentalDynamicClientRegistration.tokenExpiration` config option. DCR tokens now use the default 1 hour expiration.
If you need longer-lived access, use refresh tokens via the `offline_access` scope instead. DCR clients should already have the `offline_access` scope available. Enable refresh tokens by setting:
```yaml
auth:
experimentalRefreshToken:
enabled: true
```
- 7455dae: Use node prefix on native imports
- Updated dependencies
- @backstage/plugin-catalog-node@2.0.0