pedropaf / saas-ecom

Subscription support for ASP.NET MVC 5 apps using Stripe, including out-of-the-box view helpers. Available via NuGET
http://www.saasecom.org
Apache License 2.0
101 stars 41 forks source link

Nice, but can't see how it can support 'admin' users #19

Open alexjamesbrown opened 7 years ago

alexjamesbrown commented 7 years ago

This is really nice, if you didn't have admin users - I can't see how this model / structure could support admin users?

The IdentityUser is of type SaasEcomUser - this doesn't lend itself very well to an over-seeing admin user?

Any ideas?