next-auth

v3.19.7
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

echo "Write some tests..."; npm run test:types

build

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

watch

npm run watch:js | npm run watch:css

build:js

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

lint:fix

eslint . --fix

watch:js

babel --config-file ./config/babel.config.json --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 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

prepublishOnly

npm run build

Metadata

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

Downloads