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 updated name/role-claim support #174

Closed billbogaiv closed 6 years ago

billbogaiv commented 6 years ago

New behavior allows StuntmanUser to work similar to ClaimsIdentity where a custom name/role-claim can be specified. This is exposed as additional properties and is used when creating the ClaimsIdentity in the middleware.