next-auth

v0.0.0-pr.2552.4a2d5099
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

website

cd www && npm run start

build:js

rm -rf dist && tsc

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

prepublishOnly

npm run build

Metadata

  • ISC
  • Whatever
  • Iain Collins
  • released 8/18/2021

Downloads