owin-middleware Questions
2
Solved
So I am playing around with Owin and Katana and I want to serve static files in my public folder.
I have a Content folder with stylesheets and a scripts folder.
My Startup:
public void Configu...
Kippar asked 27/8, 2014 at 19:59
3
Solved
e.g. I have a file located on the server at /Content/static/home.html. I want to be able to make a request to /Content/v/1.0.0.0/static/home.html (for versioning), and have it rewrite the url so it...
Isochronize asked 7/7, 2014 at 20:12
2
Starting with Visual Studio's "Web API" project template, I am attempting to add custom claims to the token created by the /Api/Account/ExternalLogin endpoint. I add these via the Faceboo...
Yokel asked 19/5, 2015 at 23:32
1
Solved
I need a way to store a logging object per request. With HttpContext I would add this to the items Dictionary. I don't want to bring HttpContext into this if I can help it.
The below code is what I...
Deaminate asked 8/12, 2014 at 22:26
1
I have a multi-tenant application. Each tenant can authenticate its users using OAUTH-2 with Facebook, Twitter, Google, etc. Each tenant has its own API keys for the aforementioned services.
The t...
Jiggle asked 19/8, 2014 at 21:25
1
Solved
I'm trying to write a simple OWIN Middleware, in order to intercept the response stream. What I'm trying to do is replace the original stream with custom Stream-based class, where I will be able to...
Icbm asked 6/10, 2014 at 10:13
© 2022 - 2024 — McMap. All rights reserved.