Closed benfoster closed 9 years ago
Done! Thanks @benfoster
@benfoster I just made a small release where those 2 fields are nullable.
Also, how's your RavenDB implementation going? Already done? I still want to do the abstraction of the data layer and EF Identity from the Core package so other persistence layers can be plugged in as you suggested, but very busy these days...
My RavenDB implementation is working but needs some tidying up. My implementation differs slightly in that we didn't want to push the trials through Stripe but there are many similarities to Saas-ecom. I'll drop you an email as I want to know if we can combine our efforts on another project I'm working on.
The
SaasEcomUser
class defines non-nullableRegistrationDate
andLastLoginDate
properties. Anyone installing saas-ecom into their project will need to update their Registration action to define the user as below:Worth mentioning this on the docs.