Updates
This commit is contained in:
@@ -19,6 +19,7 @@ type Param = {
|
||||
apiUserID?: string | number;
|
||||
debug?: boolean;
|
||||
secureCookie?: boolean;
|
||||
loginOnly?: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -36,6 +37,7 @@ export default async function googleAuth({
|
||||
apiUserID,
|
||||
debug,
|
||||
secureCookie,
|
||||
loginOnly,
|
||||
}: Param): Promise<APILoginFunctionReturn> {
|
||||
const grabedHostNames = grabHostNames({
|
||||
userId: apiUserID || process.env.DSQL_API_USER_ID,
|
||||
|
||||
Reference in New Issue
Block a user