Explore >> Select a destination


You are here

www.binovarghese.com
| | blog.cloudant.com
3.4 parsecs away

Travel
| | How to switch auth methods at run-time
| | www.rasikjain.com
0.6 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....
| | henriqueleite42.com
3.4 parsecs away

Travel
| | When working on interactive websites, we constantly face the challenge of defining if something should be executed on the server or in the client, but how do we decide it? This article will help you know how. This article does not applies to SPAs. ...
| | codetraveler.io
22.3 parsecs away

Travel
| Azure Functions recently released support for .NET 5. Let's take a look at how to upgrade our existing Azure Functions to use it!