stuntman
stuntman copied to clipboard
Library for impersonating users during development leveraging ASP.NET Identity.
## 🐛 Bug Report If the dotnet core MVC api is in an subfolder then stuntman endpoints not available. ## To Reproduce Steps to reproduce the behavior: - Setup dotnet...
I noticed some of your samples aren't updated/correctly setup. You should update them to at least cover minimum supported target versions, which are .net core 2.1 and .net framework 4.6.1...
The sample doesn't set the current user. The user picker always displays the anonymous user as the selected/picked user. After some investigation I identified the problem. The user picker is...
- Inline editing of users - Ability to manage user-claims - Revisit bearer token logic - See whether we can update logic to make it more streamlined without breaking existing...
Hi, I have two mvc projects side by side and would like to use stuntman across both. .AspNet.StuntmanAuthentication now has demo1.xyz.com as the domain on one site and demo2.xyz.com on...
It would be awesome if the UserPicker would be injected into the view without the need for ```html @using RimDev.Stuntman.Core @inject StuntmanOptions StuntmanOptions ... @Html.Raw(StuntmanOptions.UserPicker(User)) ``` BrowserLink works that way....
I am using Google authentication for user login in my app. Would it be possible to use stuntman to impersonate users, and if so, how? Thanx!
After https://github.com/ritterim/stuntman/pull/127 is merged, collate all contributing users and add to existing `README.md`.