fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.04k stars 1.5k forks source link

subtenant user login error second time #970

Closed erkansezgin closed 1 month ago

erkansezgin commented 1 month ago

create a new tenant, --start project login with new user : it is ok. logout re-login - it gives errors coming from Token Service. TenantInfo.IsActive and ValidUpto comes with false and /1/1/0001

FSHTenantInfo -IsActive and ValidValidUpto cannot be set. I think "Private set" should be removed in the FSHTenantInfo class.

iammukeshm commented 1 month ago

could you please take the latest and test this again? thanks for highlighting this. @erkansezgin