@verdaccio/types 14.0.0-next-9.3 → 14.0.0-next-9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/configuration.ts +0 -4
package/package.json
CHANGED
package/src/configuration.ts
CHANGED
|
@@ -207,10 +207,6 @@ export interface JWTVerifyOptions extends VerifyOptions {}
|
|
|
207
207
|
|
|
208
208
|
export interface APITokenOptions {
|
|
209
209
|
legacy: boolean;
|
|
210
|
-
/**
|
|
211
|
-
* Temporary flag to allow migration to the new legacy signature
|
|
212
|
-
*/
|
|
213
|
-
migrateToSecureLegacySignature: boolean;
|
|
214
210
|
jwt?: JWTOptions;
|
|
215
211
|
}
|
|
216
212
|
|