ritterim / stuntman

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

Support multi-application scenarios #105

Closed kendaleiv closed 8 years ago

kendaleiv commented 8 years ago

Today, Stuntman can load users from paths and urls by virtue of AddUsersFromJson(string).

However, we want to support the notion of a client/server relationship, where the client requests the users that are configured in the server.