next-auth

v0.0.0-pr.2552.90b06885
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

clean

rm -rf client css dist lib providers server types index.d.ts index.js adapters.d.ts adapters.js jwt.d.ts jwt.js react.d.ts react.js

watch

npm run watch:js | npm run watch:css

test:ci

npm run lint && npm run test -- --ci

website

cd www && npm run start

build:js

npm run clean && 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

prepublishOnly

npm run build

Metadata

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

Downloads