-
So, it's a nice solution, but making DI work was a pain. Found 2 good links:
- [article on signalr autofac bootstrapping](https://www.maldworth.com/2015/07/09/signalr-with-autofac-bootstrapper/)
-…
-
Let's level up for a second.
We talked about just starting with a way to reuse hypermedia libraries across web stacks and clients. So ideally I could use CJ (my library), Uber, HAL, and JSON API with…
-
### Prerequisites
- [ y ] I have written a descriptive issue title
- [ n/a ] I have verified that I am running the latest version of Nancy
- [ n/a ] I have verified if the problem exist in both `…
-
I'm having a hard time finding information about this. I realize there is cloud-based elmah.io project (https://elmah.io/) that is has a beta out for .NET Core, but that's a different project and in n…
-
Hi all, hi Matt,
[EDIT]
Ok, I see the interface is (partly?) described here:
KeyAuthenticationOptions.cs
How can I set the auto refresh token string, for example?
I have found in a python p…
-
Why is there no Saml2AuthenticationDefaults.AuthenticationType ?
Should there not be one with a value of "Saml2"
Other OWIN Middleware seems to have this:
CookieAuthenticationDefaults.Authenticat…
-
This library needs to separate nuget packages for Core logic and Middleware/s to easily adapt to platforms and framework.
- [ ] create a core nuget package
- [ ] create a nuget package for owin mi…
-
Hope I18N project will support OWIN pipeline without dependencies on the "old" IIS hosting/pipeline.
This would also add support for self hosted apps.
-
Hi,
Thank you for creating this library. I just cloned the sample ASP.Net 5 project and tried to ran the app with my own keycloak server settings. For the first time I received an exception related…
-
I use NSwag to generate Swagger UIs for my endpoints in a .NET Framework project. I do it like this, using the `NSwag.AspNet.Owin` package:
```csharp
RouteTable.Routes.MapOwinPath("swagger", app =…