Merge pull request #32895 from backstage/rugvip/bonus

auth-backend: correct changelog
This commit is contained in:
Patrik Oldsberg
2026-02-17 21:04:52 +01:00
committed by GitHub
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