Omegapoint / rest-sec-net

Course on secure REST API in ASP.NET Core 2, C#
MIT License
1 stars 0 forks source link

Refactor Lab 6 to show opt-in more clearly (without service-domain refactor) #16

Open TobiasAhnoff opened 4 years ago

TobiasAhnoff commented 4 years ago

This is an issue about making the course better.

In lab 6 we want to show a design where authorization is not opt-in and is part of the domain. Is it possible to show this without the "service-refactor"?

image

TobiasAhnoff commented 4 years ago

Note that Lab 6 also demonstrates authorization for search results, a minor detail but important to note that sometimes authorization can not be done until you have accessed the data

erica-edholm commented 4 years ago

I would like to join this session so that we stream line the TDD courses