Created
November 7, 2019 19:15
-
-
Save john-osullivan/7b3605ddb76052a8c4f3b0c343b148eb to your computer and use it in GitHub Desktop.
Dev Diary #3 - Mounting requireAuthData Middleware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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