/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
| | snevsky.com
3.2 parsecs away

Travel
| | [AI summary] A step-by-step technical tutorial demonstrating how to implement user authentication and management in an ASP.NET Core Web API using Amazon Cognito.
| | 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....
| | 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.
| | indieweb.org
24.2 parsecs away

Travel
| [AI summary] The text provides a comprehensive overview of IndieAuth, an open protocol for decentralized identity and authentication. It covers the protocol's purpose, key concepts like authorization and token endpoints, implementation examples, and related technologies. The content is structured into sections explaining the protocol's design, use cases, and practical applications.