Distributed Programming Fullstack 2021 | S3P39 | Security | Implementing AuthUser Route in Web API
This series covers building a two-tiered application with Angular as the front-end and .NET Core 5.0 as the backend, focusing on security and creating an AuthUser route within the Web API using the Onion Architecture.

Lars Bilde
99 views • Dec 15, 2021

About this video
I this series we will be building a 2 tiered Application. Angular as front-end Tier and .net Core 5.0 as Backend Tier. We will be using the Onion Architecture (Clean) in the backend development. We will do TDD and unit testing using xUnit.. We will do Authentication..
-----------------------
This is a video thats part of this series:
Intro:
https://youtube.com/playlist?list=PL8jcXf-CLpxrAyHRJKOa1eW1ckwyawrvX
First TDD Feature: "Get All Products"
https://youtube.com/playlist?list=PL8jcXf-CLpxpE_FmiVhFRZMldyBmYmSSB
-----------------
All code for back-end (.net core 5) can be found here:
https://github.com/EASV/legos-for-life-net-core.git/
"Get All" Branch code for back-end (.net core 5) can be found here:
https://github.com/EASV/legos-for-life-net-core/tree/getall
All code for front-end (Angular) can be found here:
https://github.com/EASV/legos-for-life-angular.git/
I added branches in each series so you can jump through code..
Links I used:
https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.1&tabs=visual-studio
https://docs.microsoft.com/en-us/ef/
https://angular.io
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/?view=aspnetcore-5.0
https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.deletebehavior?view=efcore-5.0
https://docs.microsoft.com/en-us/ef/core/testing/
https://github.com/rgvlee/EntityFrameworkCore.Testing
https://docs.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=netcore-cli
https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/attributes
https://docs.microsoft.com/en-us/dotnet/standard/attributes/retrieving-information-stored-in-attributes
https://portal.azure.com
https://firebase.google.com
Hash Password:
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-5.0
.. more will come...
Hope you enjoy... ;-)
-----------------------
This is a video thats part of this series:
Intro:
https://youtube.com/playlist?list=PL8jcXf-CLpxrAyHRJKOa1eW1ckwyawrvX
First TDD Feature: "Get All Products"
https://youtube.com/playlist?list=PL8jcXf-CLpxpE_FmiVhFRZMldyBmYmSSB
-----------------
All code for back-end (.net core 5) can be found here:
https://github.com/EASV/legos-for-life-net-core.git/
"Get All" Branch code for back-end (.net core 5) can be found here:
https://github.com/EASV/legos-for-life-net-core/tree/getall
All code for front-end (Angular) can be found here:
https://github.com/EASV/legos-for-life-angular.git/
I added branches in each series so you can jump through code..
Links I used:
https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.1&tabs=visual-studio
https://docs.microsoft.com/en-us/ef/
https://angular.io
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/?view=aspnetcore-5.0
https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.deletebehavior?view=efcore-5.0
https://docs.microsoft.com/en-us/ef/core/testing/
https://github.com/rgvlee/EntityFrameworkCore.Testing
https://docs.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=netcore-cli
https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/attributes
https://docs.microsoft.com/en-us/dotnet/standard/attributes/retrieving-information-stored-in-attributes
https://portal.azure.com
https://firebase.google.com
Hash Password:
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-5.0
.. more will come...
Hope you enjoy... ;-)
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
99
Likes
1
Duration
4:54
Published
Dec 15, 2021