Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created March 13, 2015 17:00
Show Gist options
  • Save AlexArchive/d56c199cb49f7539660a to your computer and use it in GitHub Desktop.
Save AlexArchive/d56c199cb49f7539660a to your computer and use it in GitHub Desktop.
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