ritterim / stuntman

Library for impersonating users during development leveraging ASP.NET Identity.
https://rimdev.io/stuntman/
MIT License
294 stars 35 forks source link

Allow bearer token passthrough #136

Closed billbogaiv closed 7 years ago

billbogaiv commented 7 years ago

This enables a scenario where multiple bearer token middlewares are setup. Previous behavior would stop at Stuntman with 403 if token did not match existing Stuntman user.

Implements https://github.com/ritterim/stuntman/issues/134