UNPKG
@lucia-auth/nextjs
Version:
latest (0.5.7)
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Lucia integration for Next.js
github.com/pilcrowOnPaper/lucia
pilcrowOnPaper/lucia
@lucia-auth/nextjs
/
request.d.ts
4 lines
(3 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
import
type
{
MinimalRequest
}
from
"lucia-auth"
;
import
type
{
NextRequest
}
from
"./types.js"
;
export
declare
const
convertNextRequestToStandardRequest
:
(
req
:
NextRequest
) =>
MinimalRequest
;