Introduction to Authentication with server-side Blazor
A guide to implementing authentication and authorization in a server-side Blazor application using ASP.NET Core Identity.
A guide to implementing authentication and authorization in a server-side Blazor application using ASP.NET Core Identity.
A guide to designing a decoupled authentication API in Flutter using service classes to wrap FirebaseAuth and improve maintainability.
A technical guide on implementing Apple's Sign In service for ASP.NET Core applications, including prototyping and integration steps.
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
A tutorial on implementing a simple anonymous authentication flow in Flutter using FirebaseAuth and StreamBuilder in under 100 lines of code.
Explains why embedding secrets like API keys in native apps is a critical security flaw, with a practical demonstration.
A tutorial on implementing user authentication in a React Native and Expo app using AWS Amplify's built-in authentication features.
Explains best practices for building secure multi-tenant Azure AD applications that restrict login to a specific set of known tenants.
An open-source Flutter & Firebase project demonstrating a complete, production-ready authentication flow with multiple sign-in methods and state management.
Explains the OAuth Resource Owner Password Credentials (ROPC) grant flow in Azure AD, detailing its purpose and why it should be avoided in modern applications.
Explains security risks of wildcard reply URLs in MSAL.js and demonstrates a safer alternative using session storage for post-login redirects.
A guide to simplifying React app authentication by conditionally rendering components based on user state.
Guide on configuring KSQL to connect to a secured Confluent Cloud Schema Registry, including Docker setup and error troubleshooting.
Analyzes technical and market challenges hindering widespread adoption of security keys, focusing on iOS limitations and API fragmentation.
A technical guide on configuring an Azure VM to authenticate with HashiCorp Vault using Azure AD, retrieving secrets via API.
Announcing a free book that teaches how to build a full-stack application using React and Firebase, from setup to deployment.
A technical guide on configuring HashiCorp Vault to authenticate using Azure Active Directory and Managed Service Identity.
Building an admin dashboard in Django, covering user authentication, view protection, and semi-automated backend tasks.
Explains how to implement OAuth and OpenID Connect authentication protocols in a Blazor client-side application.
Explains the impact of Safari's stricter same-site cookie policy on ASP.NET Core external authentication and proposes a solution.