mhoeger / create-function-app

Future "create-function-app" like code
8 stars 2 forks source link

Validate using express middleware #9

Open mhoeger opened 5 years ago

mhoeger commented 5 years ago

There's currently an example of "use"ing "cookie-parser" from express. This works, but we need to deeply explore if there will be cases where express middleware doesn't "just work", and how we can warn or prevent those scenarios (or if they're blockers on shipping "use")

mhoeger commented 4 years ago

Try passport and body-parser