next-auth

v3.27.2
Authentication for Next.js
react nodejs oauth jwt oauth2 authentication nextjs csrf oidc and 2 more...

dev

cd app && npm run dev

lint

eslint .

test

jest --config ./config/jest.config.js

build

npm run build:js && npm run build:css

watch

npm run watch:js | npm run watch:css

test:ci

npm run lint && npm run test:types && npm run test -- --ci

build:js

node ./config/build.js && babel --config-file ./config/babel.config.js src --out-dir dist

lint:fix

eslint . --fix

watch:js

babel --config-file ./config/babel.config.js --watch src --out-dir dist

build:css

postcss --config config/postcss.config.js src/**/*.css --base src --dir dist && node config/wrap-css.js

dev:setup

npm i && npm run build:css && cd app && npm i

watch:css

postcss --config config/postcss.config.js --watch src/**/*.css --base src --dir dist

test:types

dtslint types --onlyTestTsNext

version:pr

node ./config/version-pr

prepublishOnly

npm run build

Metadata

  • ISC
  • Whatever
  • Iain Collins
  • released 7/5/2021

Downloads