You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I chose MediatR to uncouple the domain, and i used the ef with sqllite to make migrations and manage the database. To make the authentication i chose the default JWT, because its very helpfull.