UNPKG
@lifeworld/lucia
Version:
latest (3.2.1)
3.2.1
A simple and flexible authentication library
github.com/pilcrowOnPaper/lucia
pilcrowOnPaper/lucia
@lifeworld/lucia
/
dist
/
request.d.ts
2 lines
(1 loc)
•
96 B
TypeScript
View Raw
1
2
export
declare
function
verifyRequestOrigin
(
origin
:
string
,
allowedDomains
:
string
[]
):
boolean
;