Posts by vahn 2020 • 1 point
1 post
- 
		0 votes1 answer59 viewsQ: Is CQRS login in Command or Query?Hello, I will do Login in hand (would not use Identity or any other lib or service) I am using CQRS, I wonder if I should put the Login as Command or as Query, given that there will only be a logic…