/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

golb.hplar.ch
| | www.rasikjain.com
2.8 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....
| | gouthamanbalaraman.com
3.0 parsecs away

Travel
| | This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.
| | philodev.one
3.3 parsecs away

Travel
| | oAuth is a hard to get into because of its (necessary) complexity. A basic understanding of the standard flow and the actors involved can help to make better decisions and understand the security implications of the choices.
| | keithbabinec.com
20.0 parsecs away

Travel
| Normally we use SDKs to interact with Azure. Things like the Azure .NET SDK, the Azure PowerShell module, orthe dozens of otherSDKs listed here can be used. These SDKs provide a lot of helpful utilities and validation, but ultimately they will hit the Azure REST API once they need to phone home. Azure's REST APIprovides...