/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.scottbrady.io
| | brunoscheufler.com
3.6 parsecs away

Travel
| | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....
| | conductofcode.io
2.7 parsecs away

Travel
| | How to create a ASP.NET Core Web API, secure it with JSON Web Tokens and explore it with Swagger UI and Postman.
| | mikehadlow.blogspot.com
3.2 parsecs away

Travel
| | I'm working on an exciting new project at the moment. The main UI element is a management console built with AngularJS that communicates wi...
| | damienbod.com
18.1 parsecs away

Travel
| This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or...