This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Description
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 the other site.
With app.UseCookieAuthentication(new CookieAuthenticationOptions { CookieDomain = ".xyz.com" } ) i can share the cookie for owin but is something similar possible with Stuntman?
Thanks.