By tag: NancyFX
0
kicks
Internationalization in NancyFx
When I'm building web applications for non-work projects, I still find myself using Nancy most of the time. Something I looked at this week was how I could get the user's culture in Nancy. I looked a bit at the latest source, and discovered that recently some work has been done in this area.
0
kicks
OAuth with NancyFX and WorldDomination.Web.Authentication
One of the biggest pains of building websites, in my opinion, is implementing OAuth providers, it’s often fiddly, doesn’t work, and frameworks that are created to try make things easier, don’t seem to make it easier. The idea behind this framework is to keep it super simple to implement OAuth into y...