dotnetomaniak.pl - Artykuły z tagiem nancy

A few days ago I showed you how to combine Nancy with Autofac and ASP.NET Core IoC. Today’s post will be related to the security and more precisely JWT authentication. Before moving further, I’d like to mention that below text is going to be the last Nancy-related one (at least for now). In a next couple weeks, we’ll explore the world of graph databases with Neo4j and .NET Core, so I hope you’re as excited as I do 😉  How does JWT authe...

Źródło: foreverframe.net
Dziel się z innymi:
Nancy meets JWT authentication - Forever F[r]ame

Daj się poznać 2017 2594 dni, 23 godziny, 10 minut temu dpawlukiewicz 77 źrodło rozwiń

For couple last days, I worked on gifty to catch up a little bit. My primal task was to introduce JWT authentication to my microservices hosted by Nancy. That’s the topic for next post but today, I’ll describe the proper steps to fully integrate Nancy with Autofac and ASP.NET Core since it’s not that obvious (at least wasn’t for me) and took me way to much time to finally do it. So, I hope that this one will help you one way or another.  Installing pa...

Źródło: foreverframe.net
Dziel się z innymi:
Integrating Nancy with Autofac and ASP.NET Core IoC - Forever F[r]ame

Daj się poznać 2017 2599 dni, 4 godziny, 35 minut temu dpawlukiewicz 76 źrodło rozwiń

Until recently I was into ASP.NET MVC because of it’s possibility to extending, modifying and doing pretty much whatever you want with it. And while I’ve got rather proficient in plugging stuff in it’s pipeline and/or doing custom stuff like routing, binding or results, it never changed one fact about MVC – it’s big, really big. And the truth is, some times we don’t want so much. That’s why I wanted to give Nancy a go for some time, below you’ll find some of my first thoughts. And i must tell you now, it...

Tagi: nancy, nancyfx
Źródło: hryniewski.net
Dziel się z innymi:
One night with Nancy – Hryniewski.NET

Daj się poznać 2017 2638 dni, 23 godziny, 43 minuty temu Rafał Hryniewski 110 źrodło rozwiń

Dzisiaj chciałbym pokazać Swagger, doskonałe narzędzie służące do dokumentacji REST API. Swagger, korzysta z plików JSON, którymi można opisać nasze API. W przypadku RESTful api m.in. możemy określić:Nazwę zasobuTyp zwracanych danychOpis obiektówWersję APIZwracane kody statusu HTTPParametry (np. query lub HTTP body)HTTP verbs (PUT, GET, POST etc)

Tagi: .Net, API, C#, nancy, RES, Swagger
Dziel się z innymi:
Dokumentacja REST API – Swagger

Narzędzia 3348 dni, 13 godzin temu rroszczyk 303 źrodło rozwiń

Wpadłem na pomysł rozwiązania pewnego dręczącego mnie problemu (o którym pewnie wkrótce) w aplikacji webowej. Pomysł ten polega na wstrzyknięciu informacji o aktualnym użytkowniku w postaci JSON do HTMLa zwracanego do przeglądarki. Ot, po prostu żeby strona kliencka wiedziała z kim ma do czynienia. Aplikacja ta powstaje w Nancy – bardzo eleganckim frameworku, o którym chyba kiedyś wspomniałem, ale też którego nigdy w technicznym poście nie poruszyłem. W Nancy ...

Dziel się z innymi:
Wstrzykiwanie informacji do HTML w Nancy | Maciej Aniserowicz o programowaniu

Web 3881 dni, 8 godzin, 31 minut temu Paweł Łukasik 200 źrodło rozwiń