JWT sign action missing jwtid and expiresIn options in UI

Working if added in json file as:

if (options.jti) opts.jwtid = options.jti;
if (options.expiresIn) opts.expiresIn = options.expiresIn

Fixed in Wappler 4.5.3

This topic was automatically closed after 47 hours. New replies are no longer allowed.