Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created May 1, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/5457f96a4d617214d7abc2a255d10d34 to your computer and use it in GitHub Desktop.
Save cardoso/5457f96a4d617214d7abc2a255d10d34 to your computer and use it in GitHub Desktop.
app.post('/authenticate', async (req, res) => {
const {appleUid, appleAuthCode, name} = req.body;
console.log(`[INFO] Sign in attempt with request: ${JSON.stringify(req.body)}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment