hazo_auth 5.1.35 → 5.1.37
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.
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { NextRequest } from "next/server";
|
|
1
2
|
type NextAuthContext = {
|
|
2
3
|
params: Promise<{
|
|
3
4
|
nextauth: string[];
|
|
4
5
|
}>;
|
|
5
6
|
};
|
|
6
|
-
export declare function GET(request:
|
|
7
|
-
export declare function POST(request:
|
|
7
|
+
export declare function GET(request: NextRequest, context: NextAuthContext): Promise<any>;
|
|
8
|
+
export declare function POST(request: NextRequest, context: NextAuthContext): Promise<any>;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=nextauth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nextauth.d.ts","sourceRoot":"","sources":["../../../src/server/routes/nextauth.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nextauth.d.ts","sourceRoot":"","sources":["../../../src/server/routes/nextauth.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI1C,KAAK,eAAe,GAAG;IACrB,MAAM,EAAE,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC,CAAC;CACzC,CAAC;AAyGF,wBAAsB,GAAG,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,eAAe,gBAEvE;AAED,wBAAsB,IAAI,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,eAAe,gBAExE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hazo_auth",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.37",
|
|
4
4
|
"description": "Zero-config authentication UI components for Next.js with RBAC, OAuth, scope-based multi-tenancy, and invitations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"authentication",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"multer": "^2.0.2"
|
|
231
231
|
},
|
|
232
232
|
"peerDependencies": {
|
|
233
|
-
"hazo_config": "^1.4.0",
|
|
233
|
+
"hazo_config": "^1.4.0 || ^2.0.0",
|
|
234
234
|
"hazo_connect": "^2.4.0",
|
|
235
235
|
"hazo_logs": "^1.0.10",
|
|
236
236
|
"hazo_notify": "^1.0.0",
|