Showing results for aspnet - .NET Blog

Apr 6, 2017
7
2

JWT Validation and Authorization in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

This post was written and submitted by Michael Rousos In several previous posts, I discussed a customer scenario I ran into recently that required issuing bearer tokens from an ASP.NET Core authentication server and then validating those tokens in a separate ASP.NET Core web service which may not have access to the authentication server. The ...

ASP.NETASP.NET Core
Jul 14, 2015
0
0

A Glimpse into the future of Web Development Tools

Jeffrey Fritz
Jeffrey Fritz

There’s some exciting news for the ASP.NET community this week on the Visual Studio blog that we wanted to take a moment to point out. Nik Molnar and Anthony van der Hoorn, the creators of Glimpse, have joined Microsoft on the Visual Studio team! The ASP.NET team have been fans of Glimpse since we first saw it at the Mix 11 Open Source ...

ASP.NET