Question

I'd like to use the Authentication.Token method in a Nancy application, but there is not that package on NuGet yet.
I had a look on the demo project provided by Nancy staff, on Nancy Github, but it throws an exception on SafeGetNancyEngineInstance() in the Base Bootstrapper class. Also I'm not even able to split that project and make it works on his own.

So, what should I do to implement that package on my project? Am I missing something?

Was it helpful?

Solution

This was published the same day you ask

http://www.nuget.org/packages/Nancy.Authentication.Token/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top