TSparkleJwtMiddleware.SkipKeyValidation Property
If true, the JWT secret (key) won't be validated and any secret will be used.
Remarks
The secret passed to the middleware must match some predefined requisites - for example, a minimum size. If needed, for backward compatibility, you can set this property to True to keep using smaller secret keys or to pass other validations. Setting this property to True might decrease your server security.
Syntax
Unit: Sparkle.Comp.JwtMiddleware
property TSparkleJwtMiddleware.SkipKeyValidation: Boolean