mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Linked account information was sometimes displayed incorrectly. This has been fixed, and error handling tightened up to reduce errors.
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "next-auth",
|
|
"version": "1.1.5",
|
|
"description": "An authentication library for Next.js projects",
|
|
"repository": "https://github.com/iaincollins/next-auth.git",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"express": "^4.16.2",
|
|
"express-session": "^1.15.6",
|
|
"lusca": "^1.5.2",
|
|
"nodemailer": "^4.4.2",
|
|
"nodemailer-direct-transport": "^3.3.2",
|
|
"passport": "^0.4.0",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"next": "^4.2.3",
|
|
"next-auth-client": "^1.0.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0"
|
|
}
|
|
}
|