ritterim / stuntman

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

Add ability to disable parts of Stuntman #135

Closed billbogaiv closed 7 years ago

billbogaiv commented 7 years ago

Current behavior registers both cookie and bearer token providers and there is no way to only use one or the other. New behavior allows selective disabling.

Note: this could allow someone to effectively use Stuntman AND disable both things that make Stuntman useful.

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

khalidabuhakmeh commented 7 years ago

Also, don't forget to bump the version number.