1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Defining fetch for third party image retrieval.

This commit is contained in:
mike12345567 2021-08-05 13:39:40 +01:00
parent 178ff115b2
commit efcbe864c2

View file

@ -6,6 +6,7 @@ const { newid } = require("../../hashing")
const { createASession } = require("../../security/sessions")
const { getGlobalUserByEmail } = require("../../utils")
const { getGlobalDB, getTenantId } = require("../../tenancy")
const fetch = require("node-fetch")
/**
* Common authentication logic for third parties. e.g. OAuth, OIDC.