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 client/server functionality #106

Closed kendaleiv closed 8 years ago

kendaleiv commented 8 years ago

105

Add functionality for Stuntman enabled applications to read configuration information exposed by other Stuntman enabled applications when EnableServer() is used.

Currently, only the server's configured users are shared. This could be expanded in the future by adding additional information to the StuntmanServerResponse and working with it as necessary.