next-auth

v3.2.0-canary.35
Authentication for Next.js

dev

next | npm run watch:css

lint

standard

test

npm run test:app:rebuild && npm run test:integration && npm run test:app:stop

build

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

watch

npm run watch:js | npm run watch:css

db:stop

docker-compose -f test/docker/databases.yml down

test:db

npm run test:db:mysql && npm run test:db:postgres && npm run test:db:mongodb && npm run test:db:mssql

build:js

babel --config-file ./config/babel.config.json src --out-dir dist

db:start

docker-compose -f test/docker/databases.yml up -d

lint:fix

standard --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

watch:css

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

publish:beta

npm publish --tag beta

test:app:stop

docker-compose -f test/docker/app.yml down

test:db:mssql

node test/mssql.js

test:db:mysql

node test/mysql.js

prepublishOnly

npm run build

publish:canary

npm publish --tag canary

test:app:start

docker-compose -f test/docker/app.yml up -d

test:db:mongodb

node test/mongodb.js

test:app:rebuild

npm run build && docker-compose -f test/docker/app.yml up -d --build

test:db:postgres

node test/postgres.js

test:integration

mocha test/integration

Metadata

  • ISC
  • Whatever
  • Iain Collins
  • released 1/22/2021

Downloads