Skip to content

KenVanGilbergen/ken.Spikes.Owin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ken.Spikes.Owin


A bunch of middleware that can be used to teach the owin specification.

Middleware

  • UseDebugMiddleware();
  • UseHtmlAppenderMiddleware();
  • UseCornifyMiddleware();
  • UseKonamiCodeMiddleware();
  • UseServeDirectoryMiddleware();
  • WsFederationAuthenticationMiddleware
  • [WIP] UseBeanMiddleware();

Things to remember

  • Once you write to the body you can no longer change the headers
  • Set the content-type correctly
  • Cookie middleware before federated so into bean extensions

Humans

Projects I am stealing from...

About

Examples of some Owin middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published