move the auth.backstageTokenExpiration key

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-04-15 16:52:04 +02:00
parent 13c8b9d895
commit 25d05f9d89
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
*/