How to configure your issuers and account to protect your applications

import authpi from 'authpi-sdk';

// Some code
function myFunction() {
  // Some code
}

const c = new authpi.Client();

c.login();