Skip to content

Instantly share code, notes, and snippets.

@john-osullivan
Created November 7, 2019 19:15
Show Gist options
  • Save john-osullivan/7b3605ddb76052a8c4f3b0c343b148eb to your computer and use it in GitHub Desktop.
Save john-osullivan/7b3605ddb76052a8c4f3b0c343b148eb to your computer and use it in GitHub Desktop.
Dev Diary #3 - Mounting requireAuthData Middleware
export function builder(yargs: Argv<UniversalArgs>) {
yargs.middleware(requireAuthData);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment