Merge pull request #29619 from backstage/freben/conf

move the auth.backstageTokenExpiration key
This commit is contained in:
Fredrik Adelöw
2025-04-15 17:07:24 +02:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Slight update to the config schema
+6 -4
View File
@@ -140,11 +140,13 @@ export interface Config {
callbackUrl?: string;
};
};
/**
* The backstage token expiration.
*/
backstageTokenExpiration?: HumanDuration | string;
};
/**
* The backstage token expiration.
*/
backstageTokenExpiration?: HumanDuration | string;
/**
* Additional app origins to allow for authenticating
*/