Explore >> Select a destination


You are here

brockallen.com
| | www.rasikjain.com
12.5 parsecs away

Travel
| | Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....
| | glazkov.com
10.4 parsecs away

Travel
| | Here's the latest iteration of the Credentials Screening module (for more information see this and this posts). It further improves the way credentials screening operates, introducing things like Windows authentication cookie reminder (because sometimes Explorer "forgets" thatit had already authenticated with the site and issues a new challenge), better browser detection (since no other browser...
| | damienbod.com
11.5 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...
| | www.thepolyglotdeveloper.com
80.1 parsecs away

Travel
| Learn how to create an RSS reader Android and iOS mobile application for blog and news feeds using NativeScript, Angular, and Yahoo's YQL service.