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 created .NET Core API project with EF Core and added JWT Authentication for client applications.
5
+
6
+
API project has dependencies of Brisk.Domain, where my models and entities are and Brisk.Application where I put Services and it's interfaces.
7
+
8
+
In solution there is also a project Brisk.Web (Razor Pages), where I made just user interface, because I was planning UI first. After created client app on Angular, but didn't finish that part
0 commit comments