Wyntuition / aspnetcore-workshop-kit

Workshop to understand and build an ASP.NET Core app from scratch, using the dotnet CLI and VS Code (and Docker optionally). It includes a .NET Core slide deck if facilitating this workshop in person. Complete walkthrough steps are included so it can be done individually.
6 stars 12 forks source link

Proposed changes #1

Closed PatLeong closed 8 years ago

PatLeong commented 8 years ago

Description

Noticed that the md file also didnt have the addAuthorization service config call.

PatLeong commented 8 years ago

@Wyntuition let me know if you intentionally left out the AddAuth

Wyntuition commented 8 years ago

No auth needed, and I fixed the other things you mentioned while fixing the layout (by making a blanket statement that usings will have to be added, preferably via the API)