@azure/msal-common

v1.0.0-beta.3
Microsoft Authentication Library for js
implicit authorization code PKCE js AAD msal oauth

lint

eslint src --ext .ts

test

mocha

build

npm run clean && npm run lint && npm run build:modules

clean

shx rm -rf dist lib

prepack

npm run build

build:modules

rollup -c

test:coverage

nyc --reporter=text mocha --exit

clean:coverage

rimraf ../../.nyc_output/*

test:coverage:only

npm run clean:coverage && npm run test:coverage

build:modules:watch

rollup -cw
npm i @azure/[email protected]

Metadata

  • MIT
  • >=0.8.0
  • Microsoft
  • released 6/24/2020

Downloads