next-auth

v0.0.0-pr.2552.f73a37a5
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 lib providers server jwt react index.d.ts index.js adapters.d.ts

watch

npm run watch:js | npm run watch:css

test:ci

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

build:js

npm run clean && tsc && babel --config-file ./config/babel.config.js src --out-dir . --extensions ".tsx,.ts,.js,.jsx"

lint:fix

eslint . --fix

watch:js

tsc --watch

build:css

postcss --config config/postcss.config.js src/**/*.css --base src --dir . && 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 .

version:pr

node ./config/version-pr

prepublishOnly

npm run build

Metadata

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

Downloads