jfromaniello / express-unless

Conditionally add a middleware to express with some common patterns
MIT License
178 stars 27 forks source link

Better handling of subapps with Express 4.x #8

Open grabbou opened 9 years ago

grabbou commented 9 years ago

As mentioned here https://github.com/auth0/express-jwt/issues/71

jfromaniello commented 9 years ago

You can try with useOriginalUrl: false , I will make this the default on a future major version.