Created
March 13, 2015 17:00
-
-
Save AlexArchive/d56c199cb49f7539660a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Introduction to Owin | |
- What is Owin | |
- Benefits of Owin | |
- Introduction to middleware - how middleware is useful | |
Introduction to OAuth | |
- What does OAuth do | |
- What doesn't OAuth do | |
- The spec | |
- Example of flow | |
- Refresh token | |
Simple external authentication with Identity | |
- Introduce Owin.Security.Providers | |
- Reference "Introduction to OAuth" | |
- Explain the whole 401 redirect thing | |
Introduction to claim-based access | |
- I didn't have a clue what claims did. Now I want to teach you. | |
Authentication with Angular and Asp.net Web Api | |
- Write-up of my AngularAuth repo | |
- I cannot steal from Taiser. Use Pluralsight course on Node for new ideas. | |
How to code Owin authentication middleware | |
- Build a SC Owin middleware provider and explain my process in a blog. | |
Pluralsight course review - Secure account management (maybe I should choose a shorter course for my first.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment