move the auth.backstageTokenExpiration key
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Slight update to the config schema
|
||||
Vendored
+6
-4
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user