DavidParks8 / Owin-Authorization

Backport of Asp.Net core's policy based authorization to Asp.Net 4
Other
60 stars 16 forks source link

FIX: self hosting not working (HttpContext.Current is null!) #35

Closed 8snit closed 8 years ago

8snit commented 8 years ago

FIX: self hosting not working as HttpContext.Current not available -> adapted to use GetOwinContext extension method

add sample project to demonstrate

thx for your efforts with this backport :-)

8snit commented 8 years ago

I'm still a git newbie, sorry for messing up...

DavidParks8 commented 8 years ago

No worries. Good work.