Pete Reitz

Results 4 issues of Pete Reitz

Looks for `skipVerify` in options. ``` jwtAuth({ secret: yoursupersecret, skipVerify: true }) ``` Appends `unverified: true` to decoded token data (saved to `req.user` by default). Resolves #183

Adds `--keep-aae` option to copy iOS `.AAE` sidecar files along side their target images. Addresses [#100](https://github.com/andrewning/sortphotos/issues/100

Allows for passing an `outdir` option to the openssl function in order to redefine where files get created. If no output directory is defined then call gracefully falls back to...

I'd like to be able to define the output directory to facilitate more predictable cleanup and keep my folder tree a bit tidier.