MCPcopy Create free account
hub / github.com/CFBD/cfb-api / generateKey

Function generateKey

app/auth/auth.service.js:6–10  ·  view source on GitHub ↗
(email)

Source from the content-addressed store, hash-verified

4 const endpoint = process.env.AUTH_URL;
5
6 const generateKey = async (email) => {
7 await axios.post(endpoint, {
8 email
9 });
10 };
11
12 return {
13 generateKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected