enableJWT method

void enableJWT()

Enables JWT if the app 'renovation_core' is installed

Implementation

void enableJWT() {
  getFrappe().checkAppInstalled(features: ['Login using JWT']);
  _useJwt = true;
}