@next-nest-auth/nextauth 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-nest-auth/nextauth",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -27,6 +27,8 @@
27
27
  "user authentication"
28
28
  ],
29
29
  "author": "Md Shafkat Hussain Tanvir <tanvir0604@gmail.com>",
30
+ "repository": "https://github.com/tanvir0604/nextauth",
31
+ "bugs": "https://github.com/tanvir0604/nextauth/issues",
30
32
  "license": "MIT",
31
33
  "type": "commonjs",
32
34
  "description": "NextAuth is a frontend authentication package designed for Next.js applications, providing easy integration with NestJS-based backends. It supports login, session management, and token handling (including JWT and refresh tokens) to ensure secure user authentication. With customizable authentication flows and compatibility with multiple providers, NextAuth enables seamless integration between NestJS and Next.js apps.",