Explore >> Select a destination


You are here

damienbod.com
| | timdeschryver.dev
1.1 parsecs away

Travel
| | To improve the security of our Single Page Applications, let's ditch the access tokens in the browser and make the Backend for Frontend (BFF) responsible for the authentication process using the Authorization Code flow with PKCE. To achieve this, we'll use the Duende.BFF NuGet package and let it communicate with Auth0.
| | www.itwriting.com
1.7 parsecs away

Travel
| | [AI summary] A developer shares a detailed technical walkthrough of migrating an older ASP.NET application to ASP.NET Core with Entra ID authentication, highlighting the complexities of configuring group-based access control and overcoming deprecated libraries.
| | www.rasikjain.com
1.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....
| | www.interviewbit.com
26.0 parsecs away

Travel
| Table Of Contents show What is Angular? What is React? Key Features of Angular Key Features of React Key Difference of Angular vs React Angular vs React...