Justin Adler
Justin Adler
Any thoughts into making this into a docker image, so it's really easy to test/play with? I just tried and failed :( I'm soooo not experienced with c++ etc... so...
Resolves #14
Now that `HttpClientFactory` was released with .NET Core 2.1, provide some documentation example about how to use this so people can really grok why to use this and how. Also...
The official Codecov docs say that [there's a new x-plat version of the Codecov uploader and that we all should migrate to that](https://docs.codecov.com/docs/codecov-uploader). Does that mean this Github Action is...
Provide a test module for the developer to easily test the output of the redirect or the callback.
People are :cry: about how reflection is fucking things up for them. I don't blame them. So i'll remove the reflection and make it manual.
So we've both agreed to remove the auto scanning of assemblies, etc. Great, no probs. But what will our option be now? There's two things that the code does (currently)....
Provide a test controller for the developer to easily test the output of the redirect or the callback.
We need a new Logo for NuGet packages.
Unfortunately, we're inheriting the `SimpleAuthenticationController` class and doing customised stuff. So this means the default routes try to create an instance of a `SimpleAuthenticationController` .. and not our superclass. To...