When I started looking at Single Page Applications I wanted to understand what the authentication story was, but the information was fragmented and often had no examples or the example was difficult to follow.
The idea behind this repository was to provide a single place where you can find simple examples of authentication that you can follow and understand what and how its doing it.
Currently the repository only has samples around Web Api as that is what I have been working on but hopefully there will be more as time goes on.
Each sample is a standalone project with, in .Net projects, NuGet restore so that everything that is needed is pulled down when you build it.
You'll find more information about each sample in the readme in each project.